UNPKG

ts-sort-shell

Version:
4 lines (3 loc) 211 B
export declare function shellSortSync(arr: number[]): any; export declare function shellSort(arr: number[], callback: (data: number) => void): any; export declare function shellSortAsync(arr: number[]): any;