UNPKG
lex62
Version:
latest (2.0.2)
2.0.2
2.0.1
2.0.0
1.0.2
1.0.1
1.0.0
Fast, lexicographic base62 encode and decode
github.com/tjmehta/lex62
tjmehta/lex62
lex62
/
.babelrc
14 lines
(13 loc)
•
169 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"presets"
: [ [
"
@babel
/preset-env"
, {
"targets"
: {
"node"
:
"current"
} } ],
"
@babel
/preset-typescript"
] }