index.cjs 247 B

123456
  1. // This alphabet uses `A-Za-z0-9_-` symbols. The genetic algorithm helped
  2. // optimize the gzip compression for this alphabet.
  3. let urlAlphabet =
  4. 'ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW'
  5. module.exports = { urlAlphabet }