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

6 lines
190 B
TypeScript

export declare const startOfMonthWithOptions: import("./types.js").FPFn2<
Date,
import("../startOfMonth.js").StartOfMonthOptions<Date> | undefined,
import("../fp.js").DateArg<Date>
>;