manage-your-printer/node_modules/date-fns/fp/endOfQuarterWithOptions.d.cts
2025-06-04 10:03:22 +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>
>;