📄 addMonthsWithOptions.d.ts
/home/palash/git/site/node_modules/date-fns/fp/addMonthsWithOptions.d.ts
Language: ts • Lines: 6
export declare const addMonthsWithOptions: import("./types.ts").FPFn3<
  Date,
  import("../addMonths.ts").AddMonthsOptions<Date> | undefined,
  number,
  import("../fp.ts").DateArg<Date>
>;