UNPKG
@clarketm/supermergesort
Version:
latest (1.2.32)
1.2.32
1.2.31
1.2.25
1.2.20
1.2.18
1.2.17
1.2.16
1.2.15
1.2.14
1.2.13
1.2.12
1.2.11
MergeSort with superpowers! 💪
github.com/clarketm/super/tree/master/packages/supermergesort
@clarketm/supermergesort
/
lib
/
MergeSort.js.flow
3 lines
(1 loc)
•
89 B
Flow
View Raw
1
2
3
declare
export
function
mergeSort
(
arr
:
Array
<
any
>,
comparator
?:
any
):
Array
<
any
|
any
>;