UNPKG

206 BTypeScriptView Raw
1export declare const isSameISOWeekWithOptions: import("./types.js").FPFn3<
2 boolean,
3 import("../isSameISOWeek.js").IsSameISOWeekOptions | undefined,
4 string | number | Date,
5 string | number | Date
6>;