UNPKG

forto-sorter

Version:

Fast and powerful array sorting. Sort by any property in any direction with easy to read syntax.

7 lines (6 loc) 141 B
export declare const bubbleSort: ({ list }: { list: any; }, { shouldSwap, swap }: { shouldSwap: any; swap: any; }) => any;