Files
2026-06-10 12:14:46 -03:00

6 lines
127 B
TypeScript

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