the-tip-top-backend/node_modules/date-fns/fp/endOfISOWeekWithOptions.d.ts
2025-11-17 23:47:54 +01:00

6 lines
190 B
TypeScript

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