UNPKG

@tdb/web

Version:

Common condiguration for serving a web-site and testing web-based UI components.

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