source:
frontend/node_modules/y18n/index.mjs
| Last change on this file was 9af201e, checked in by , 2 weeks ago | |
|---|---|
|
|
| File size: 183 bytes | |
| Rev | Line | |
|---|---|---|
| [9af201e] | 1 | import shim from './build/lib/platform-shims/node.js' |
| 2 | import { y18n as _y18n } from './build/lib/index.js' | |
| 3 | ||
| 4 | const y18n = (opts) => { | |
| 5 | return _y18n(opts, shim) | |
| 6 | } | |
| 7 | ||
| 8 | export default y18n |
Note:
See TracBrowser
for help on using the repository browser.
