Files
2026-05-12 08:59:02 +08:00

6 lines
123 B
TypeScript

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