the-tip-top-backend/node_modules/date-fns/fp/isSameMonthWithOptions.d.cts
2025-11-17 23:47:54 +01:00

7 lines
200 B
TypeScript

export declare const isSameMonthWithOptions: import("./types.js").FPFn3<
boolean,
import("../isSameMonth.js").IsSameMonthOptions | undefined,
string | number | Date,
string | number | Date
>;