UNPKG

ag-charts-community

Version:

Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue

3 lines (2 loc) 118 B
export declare type Comparator<T> = (a: T, b: T) => number; export declare function ascending<T>(a: T, b: T): number;