source: trip-planner-front/node_modules/y18n/build/lib/cjs.js@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 192 bytes
Line 
1import { y18n as _y18n } from './index.js';
2import nodePlatformShim from './platform-shims/node.js';
3const y18n = (opts) => {
4 return _y18n(opts, nodePlatformShim);
5};
6export default y18n;
Note: See TracBrowser for help on using the repository browser.