UNPKG

rb-data-table

Version:
5 lines (4 loc) 215 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>; }