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

5 lines
190 B
TypeScript

export declare const endOfISOWeekWithOptions: import("./types.js").FPFn2<
Date,
import("../endOfISOWeek.js").EndOfISOWeekOptions<Date> | undefined,
import("../fp.js").DateArg<Date>
>;