Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current none :
/
proc
/
self
/
root
/
usr
/
lib
/
nodejs
/
lcid
/
Or
Select Your none :
Upload File :
New :
File
Dir
//proc/self/root/usr/lib/nodejs/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;