UNPKG

@graffy/common

Version:

Common libraries that used by various Graffy modules.

7 lines (5 loc) 195 B
/* This is just like standard URL-safe Base64, except for using an alphabet re-ordered for sortability. */ export default '-0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz';