aboutsummaryrefslogtreecommitdiff
path: root/node_modules/y18n/index.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/y18n/index.mjs')
-rw-r--r--node_modules/y18n/index.mjs8
1 files changed, 0 insertions, 8 deletions
diff --git a/node_modules/y18n/index.mjs b/node_modules/y18n/index.mjs
deleted file mode 100644
index 46c8213..0000000
--- a/node_modules/y18n/index.mjs
+++ /dev/null
@@ -1,8 +0,0 @@
-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