UNPKG
y18n
Version:
engines-test (6.0.0-alpha.0)
latest (5.0.8)
latest-3 (3.2.2)
latest-4 (4.0.3)
next (4.0.0)
6.0.0-alpha.0
5.0.8
5.0.7
5.0.6
5.0.5
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.0.3
4.0.2
4.0.1
4.0.0
3.2.2
3.2.1
3.2.0
3.1.0
3.0.0
2.0.0
1.1.0
1.0.0
the bare-bones internationalization library used by yargs
github.com/yargs/y18n
yargs/y18n
y18n
/
build
/
lib
/
cjs.js
7 lines
(6 loc)
•
192 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{ y18n
as
_y18n }
from
'./index.js'
;
import
nodePlatformShim
from
'./platform-shims/node.js'
;
const
y18n
= (
opts
) => {
return
_y18n
(opts, nodePlatformShim); };
export
default
y18n;