diff options
Diffstat (limited to 'node_modules/y18n/build/lib/cjs.js')
-rw-r--r-- | node_modules/y18n/build/lib/cjs.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/node_modules/y18n/build/lib/cjs.js b/node_modules/y18n/build/lib/cjs.js new file mode 100644 index 0000000..ff58470 --- /dev/null +++ b/node_modules/y18n/build/lib/cjs.js @@ -0,0 +1,6 @@ +import { y18n as _y18n } from './index.js'; +import nodePlatformShim from './platform-shims/node.js'; +const y18n = (opts) => { + return _y18n(opts, nodePlatformShim); +}; +export default y18n; |