isSameWeekWithOptions.d.cts 197 B

123456
  1. export declare const isSameWeekWithOptions: import("./types.js").FPFn3<
  2. boolean,
  3. import("../isSameWeek.js").IsSameWeekOptions | undefined,
  4. string | number | Date,
  5. string | number | Date
  6. >;