initial commit - far from runnable
This commit is contained in:
commit
db057ce342
8614 changed files with 1032171 additions and 0 deletions
8
node_modules/y18n/index.mjs
generated
vendored
Normal file
8
node_modules/y18n/index.mjs
generated
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue