aboutsummaryrefslogtreecommitdiffstats
path: root/vanilla/node_modules/nanoid/url-alphabet/index.cjs
diff options
context:
space:
mode:
Diffstat (limited to 'vanilla/node_modules/nanoid/url-alphabet/index.cjs')
-rw-r--r--vanilla/node_modules/nanoid/url-alphabet/index.cjs7
1 files changed, 0 insertions, 7 deletions
diff --git a/vanilla/node_modules/nanoid/url-alphabet/index.cjs b/vanilla/node_modules/nanoid/url-alphabet/index.cjs
deleted file mode 100644
index a332f0b..0000000
--- a/vanilla/node_modules/nanoid/url-alphabet/index.cjs
+++ /dev/null
@@ -1,7 +0,0 @@
-// This alphabet uses `A-Za-z0-9_-` symbols.
-// The order of characters is optimized for better gzip and brotli compression.
-// Same as in non-secure/index.js
-let urlAlphabet =
- 'useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict'
-
-module.exports = { urlAlphabet }