startOfMonthWithOptions.d.cts 190 B

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