UNPKG

206 BTypeScriptView Raw
1export declare const lastDayOfQuarterWithOptions: import("./types.js").FPFn2<
2 Date,
3 | import("../lastDayOfQuarter.js").LastDayOfQuarterOptions<Date>
4 | undefined,
5 import("../fp.js").DateArg<Date>
6>;