glam/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/fp/isSameISOWeekWithOptions.d.ts
2025-12-21 00:01:54 +01:00

6 lines
206 B
TypeScript

export declare const isSameISOWeekWithOptions: import("./types.js").FPFn3<
boolean,
import("../isSameISOWeek.js").IsSameISOWeekOptions | undefined,
string | number | Date,
string | number | Date
>;