endOfHourWithOptions.d.cts 181 B

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