UNPKG

forto-sorter

Version:

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

6 lines (5 loc) 118 B
export declare const mergeSort: ({ list }: { list: any; }, { shouldSwap }: { shouldSwap: any; }) => any;