UNPKG

forto-sorter

Version:

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

2 lines (1 loc) 109 B
export declare const sortByAlgo: (algorithm: any, input: any, compare?: (a: any, b: any) => 1 | -1) => any;