UNPKG

forto-sorter

Version:

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

6 lines (5 loc) 206 B
import { ISortBy } from './../types/sortBy'; import { ISortInstanceOptions } from './sortInstanceOptions'; export interface ISortByDescSorter<T> extends ISortInstanceOptions { desc:boolean | ISortBy<T>, }