UNPKG

date-fns

Version:

Modern JavaScript date utility library

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