6 lines
125 B
TypeScript

export declare const compareAsc: import("./types.js").FPFn2<
number,
string | number | Date,
string | number | Date
>;