Projektarbeit-MYP/backend/node_modules/date-fns/fp/endOfQuarterWithOptions.d.ts
2025-05-31 22:40:29 +02:00

6 lines
190 B
TypeScript

export declare const endOfQuarterWithOptions: import("./types.js").FPFn2<
Date,
import("../endOfQuarter.js").EndOfQuarterOptions<Date> | undefined,
import("../fp.js").DateArg<Date>
>;