UNPKG

lex62

Version:

Fast, lexicographic base62 encode and decode

5 lines (4 loc) 110 B
declare module '101/is-string' { function isString(value: unknown): value is string; export = isString; }