UNPKG

ts-sort-heap

Version:
4 lines (3 loc) 210 B
export declare function heapSortSync(input: number[]): any; export declare function heapSort(arr: number[], callback: (data: number) => void): any; export declare function heapSortAsync(arr: number[]): any;