startOfDayWithOptions.d.cts 184 B

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