whoami7 - Manager
:
/
proc
/
self
/
root
/
opt
/
alt
/
alt-nodejs11
/
root
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
lcid
/
Upload File:
files >> //proc/self/root/opt/alt/alt-nodejs11/root/lib/node_modules/npm/node_modules.bundled/lcid/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;
Copyright ©2021 || Defacer Indonesia