UNPKG
@zodash/base62
Version:
latest (0.1.8)
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.1
0.1.0
Simple base62 converter
github.com/zcorky/zodash
zcorky/zodash
@zodash/base62
/
lib
/
index.d.ts
4 lines
(3 loc)
•
86 B
TypeScript
View Raw
1
2
3
4
import
base62
from
'@zodash/basex/lib/b62'
;
export
{ base62 };
export
default
base62;