This commit is contained in:
2025-01-18 04:57:56 +13:00
parent 9c38205a92
commit a1232fcb27
747 changed files with 450355 additions and 1743 deletions

8
node_modules/y18n/index.mjs generated vendored Normal file
View 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