UNPKG

forto-sorter

Version:

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

5 lines (4 loc) 113 B
import { IOrder } from './../types/order'; export interface IComparer { (a:any, b:any, order:IOrder):number, };