UNPKG

190 BTypeScriptView Raw
1export declare const endOfQuarterWithOptions: import("./types.js").FPFn2<
2 Date,
3 import("../endOfQuarter.js").EndOfQuarterOptions<Date> | undefined,
4 import("../fp.js").DateArg<Date>
5>;