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

6
node_modules/y18n/build/lib/cjs.js generated vendored Normal file
View File

@ -0,0 +1,6 @@
import { y18n as _y18n } from './index.js';
import nodePlatformShim from './platform-shims/node.js';
const y18n = (opts) => {
return _y18n(opts, nodePlatformShim);
};
export default y18n;