UNPKG

forto-sorter

Version:

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

7 lines (6 loc) 151 B
import { IComparer } from './comparer'; export interface ISortInstanceOptions { comparer?:IComparer, inPlaceSorting?:boolean, algorithm?:String, };