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) 133 B
export declare const heapSort: ({ list }: { list: any; }, { compare, swap }: { compare: any; swap: any; }) => any;