addMonthsWithOptions.d.cts 191 B

123456
  1. export declare const addMonthsWithOptions: import("./types.js").FPFn3<
  2. Date,
  3. import("../addMonths.js").AddMonthsOptions<Date> | undefined,
  4. number,
  5. import("../fp.js").DateArg<Date>
  6. >;