source:
node_modules/nanoid/url-alphabet/index.js
Last change on this file was 57e58a3, checked in by , 4 months ago | |
---|---|
|
|
File size: 270 bytes |
Line | |
---|---|
1 | // This alphabet uses `A-Za-z0-9_-` symbols. |
2 | // The order of characters is optimized for better gzip and brotli compression. |
3 | // Same as in non-secure/index.js |
4 | let urlAlphabet = |
5 | 'useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict' |
6 | |
7 | export { urlAlphabet } |
Note:
See TracBrowser
for help on using the repository browser.