UNPKG

ng2-stable-nxtc

Version:

Angular Smart Table neXtCode Version

5 lines (4 loc) 219 B
export declare class LocalSorter { protected static COMPARE: (direction: any, a: any, b: any) => any; static sort(data: Array<any>, field: string, direction: string, customCompare?: Function): Array<any>; }