index.mjs 183 B

123456789
  1. import shim from './build/lib/platform-shims/node.js'
  2. import { y18n as _y18n } from './build/lib/index.js'
  3. const y18n = (opts) => {
  4. return _y18n(opts, shim)
  5. }
  6. export default y18n