differenceInMonthsWithOptions.d.ts 224 B

1234567
  1. export declare const differenceInMonthsWithOptions: import("./types.js").FPFn3<
  2. number,
  3. | import("../differenceInMonths.js").DifferenceInMonthsOptions
  4. | undefined,
  5. string | number | Date,
  6. string | number | Date
  7. >;