8 lines
224 B
TypeScript
8 lines
224 B
TypeScript
export declare const differenceInMonthsWithOptions: import("./types.js").FPFn3<
|
|
number,
|
|
| import("../differenceInMonths.js").DifferenceInMonthsOptions
|
|
| undefined,
|
|
string | number | Date,
|
|
string | number | Date
|
|
>;
|