UNPKG

forto-sorter

Version:

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

3 lines 54 B
export interface ISortByFunction<T> { (prop:T):any, }