source: trip-planner-front/node_modules/y18n/index.mjs@ ceaed42

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

initial commit

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