source: node_modules/nanoid/url-alphabet/index.js@ 3d60932

Last change on this file since 3d60932 was 57e58a3, checked in by ste08 <sjovanoska@…>, 4 months ago

Initial commit

  • Property mode set to 100644
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
4let urlAlphabet =
5 'useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict'
6
7export { urlAlphabet }
Note: See TracBrowser for help on using the repository browser.