We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7bed67 + c010e1f commit d2a89fbCopy full SHA for d2a89fb
index.d.ts
@@ -0,0 +1,7 @@
1
+declare namespace base62 {
2
+ export function setCharacterSet(characters: string): void
3
+ export function encode(number: number): string
4
+ export function decode(string: string): number
5
+}
6
+
7
+export = base62
0 commit comments