UNPKG

lex62

Version:

Fast, lexicographic base62 encode and decode

5 lines (4 loc) 134 B
declare module 'is-positive-integer' { function isPositiveInteger(value: unknown): value is number; export = isPositiveInteger; }