lastDayOfQuarterWithOptions.d.ts 206 B

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