unis_crm/frontend/node_modules/date-fns/fp/differenceInMonthsWithOptio...

8 lines
224 B
TypeScript
Raw Normal View History

2026-03-19 06:27:20 +00:00
export declare const differenceInMonthsWithOptions: import("./types.js").FPFn3<
number,
| import("../differenceInMonths.js").DifferenceInMonthsOptions
| undefined,
string | number | Date,
string | number | Date
>;