hexo/node_modules/y18n/index.mjs

9 lines
191 B
JavaScript
Raw Permalink Normal View History

2023-10-03 11:14:36 +08: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