frontend/.pnpm-store/v3/files/1c/100d181425087be755fbd5bf106ce077516be7d57d3a9f0700d365d14665cabf1cce0548de9db22fab02ee493b79cb06cc5964a83c6395ab25c2870875b1ea

9 lines
183 B
Plaintext

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