UNPKG
@clarketm/superbubblesort
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
BubbleSort with superpowers! 💪
github.com/clarketm/super/tree/master/packages/superbubblesort
@clarketm/superbubblesort
/
lib
/
BubbleSort.js.flow
3 lines
(1 loc)
•
84 B
Flow
View Raw
1
2
3
declare
export
function
bubbleSort
(
arr
:
Array
<
any
>,
comparator
?:
any
):
Array
<
any
>;