source: imaps-frontend/node_modules/nanoid/url-alphabet/index.js@ 0c6b92a

main
Last change on this file since 0c6b92a was 0c6b92a, checked in by stefan toskovski <stefantoska84@…>, 5 weeks ago

Pred finalna verzija

  • 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.