UNPKG

96 BTypeScriptView Raw
1declare function base62(number: number): string;
2
3declare namespace base62 {}
4
5export = base62;