isSameWeekWithOptions.d.ts 197 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 export declare const isSameWeekWithOptions: import("./types.js").FPFn3< boolean, import("../isSameWeek.js").IsSameWeekOptions | undefined, string | number | Date, string | number | Date >;