UNPKG

ng2-smart-table-custom

Version:

Angular Smart Table with inline-validations support

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