commit-report-sync/node_modules/date-fns/fp/addMonthsWithOptions.d.cts

7 lines
191 B
TypeScript

export declare const addMonthsWithOptions: import("./types.js").FPFn3<
Date,
import("../addMonths.js").AddMonthsOptions<Date> | undefined,
number,
import("../fp.js").DateArg<Date>
>;