UNPKG

@graffy/common

Version:

Common libraries that used by various Graffy modules.

12 lines (10 loc) 324 B
"use strict"; exports.__esModule = true; exports.default = void 0; /* This is just like standard URL-safe Base64, except for using an alphabet re-ordered for sortability. */ var _default = '-0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz'; exports.default = _default; module.exports = exports.default;