source:
trip-planner-front/node_modules/y18n/build/lib/cjs.js@
ceaed42
Last change on this file since ceaed42 was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 192 bytes |
Line | |
---|---|
1 | import { y18n as _y18n } from './index.js'; |
2 | import nodePlatformShim from './platform-shims/node.js'; |
3 | const y18n = (opts) => { |
4 | return _y18n(opts, nodePlatformShim); |
5 | }; |
6 | export default y18n; |
Note:
See TracBrowser
for help on using the repository browser.