UNPKG
ibowankenobi-mergesort
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Merge Sort algorithm implementation without recursion, using cached binary trees
ibowankenobi-mergesort
/
babel.config.json
14 lines
•
189 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"presets"
: [ [
"
@babel
/env"
, {
"targets"
: {
"ie"
:
"11"
},
"useBuiltIns"
:
"usage"
,
"corejs"
:
"3"
} ] ] }