📄 isSameISOWeekWithOptions.d.cts
/home/palash/git/site/node_modules/date-fns/fp/isSameISOWeekWithOptions.d.cts
Language: cts • Lines: 6
export declare const isSameISOWeekWithOptions: import("./types.ts").FPFn3<
  boolean,
  import("../isSameISOWeek.ts").IsSameISOWeekOptions | undefined,
  string | number | Date,
  string | number | Date
>;