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, 7 insertions, 0 deletions
diff --git a/vanilla/node_modules/nanoid/url-alphabet/index.cjs b/vanilla/node_modules/nanoid/url-alphabet/index.cjs
new file mode 100644
index 0000000..a332f0b
--- /dev/null
+++ b/vanilla/node_modules/nanoid/url-alphabet/index.cjs
@@ -0,0 +1,7 @@
+// 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 }