astro-ghostcms/.pnpm-store/v3/files/1c/100d181425087be755fbd5bf106...

9 lines
183 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
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