UNPKG
js-algorithm
Version:
latest (0.0.2)
0.0.2
0.0.1
有趣的算法
github.com/luckywangming/algorithm
luckywangming/algorithm
js-algorithm
/
.babelrc
8 lines
(7 loc)
•
67 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
{
"presets"
:
[
"es2015"
,
"latest"
]
,
"plugins"
:
[
]
}