UNPKG

forto-sorter

Version:

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

4 lines (3 loc) 203 B
import { IOrder } from './../types/order'; import { IComparer } from './../interfaces/comparer'; export declare const castComparer: (comparer: IComparer) => (a: any, b: any, order: IOrder) => number;