This repository has been archived on 2025-07-07. You can view files and clone it, but cannot push or open issues or pull requests.
Files
eternos/frontend/style/node_modules/date-fns/fp/eachWeekendOfIntervalWithOptions.d.cts
2025-02-02 16:08:03 +03:00

17 lines
576 B
TypeScript

export declare const eachWeekendOfIntervalWithOptions: import("./types.js").FPFn2<
import("../eachWeekendOfInterval.js").EachWeekendOfIntervalResult<
import("../fp.js").Interval<
import("../fp.js").DateArg<Date>,
import("../fp.js").DateArg<Date>
>,
| import("../eachWeekendOfInterval.js").EachWeekendOfIntervalOptions<Date>
| undefined
>,
| import("../eachWeekendOfInterval.js").EachWeekendOfIntervalOptions<Date>
| undefined,
import("../fp.js").Interval<
import("../fp.js").DateArg<Date>,
import("../fp.js").DateArg<Date>
>
>;