UNPKG

ng2-smart-table

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>; }