You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
252 B

/**
* URL safe symbols.
*
* @name url
* @type {string}
*
* @example
* var url = require('nanoid/url')
* generate(url, 10) //=> "Uakgb_J5m9"
*/
module.exports =
'_~0123456789' +
'abcdefghijklmnopqrstuvwxyz' +
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'