Submit
Path:
~
/
/
opt
/
alt
/
alt-nodejs11
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
lcid
/
File Content:
index.js
'use strict'; var invertKv = require('invert-kv'); var all = require('./lcid.json'); var inverted = invertKv(all); exports.from = function (lcidCode) { if (typeof lcidCode !== 'number') { throw new TypeError('Expected a number'); } return inverted[lcidCode]; }; exports.to = function (localeId) { if (typeof localeId !== 'string') { throw new TypeError('Expected a string'); } return all[localeId]; }; exports.all = all;
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
index.js
436 bytes
0644
lcid.json
3266 bytes
0644
license
1119 bytes
0644
package.json
1703 bytes
0644
readme.md
826 bytes
0644
N4ST4R_ID | Naxtarrr