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.js
7 lines
(6 loc)
•
215 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
base62
=
void
0
;
const
b62_1 =
require
(
"@zodash/basex/lib/b62"
);
exports
.
base62
= b62_1.
default
;
exports
.
default
= b62_1.
default
;