Files
2026-03-13 15:46:10 +08:00

6 lines
126 B
TypeScript

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