UNPKG

bizcharts

Version:
3 lines (2 loc) 145 B
export type SortTarget = string | string[] | ((a: any, b: any) => number); export default function sortBy(arr: any[], keys?: SortTarget): any[];