1 | export declare const eachHourOfInterval: import("./types.js").FPFn1<
|
2 | import("../eachHourOfInterval.js").EachHourOfIntervalResult<
|
3 | import("../fp.js").Interval<
|
4 | import("../fp.js").DateArg<Date>,
|
5 | import("../fp.js").DateArg<Date>
|
6 | >,
|
7 | | import("../eachHourOfInterval.js").EachHourOfIntervalOptions<Date>
|
8 | | undefined
|
9 | >,
|
10 | import("../fp.js").Interval<
|
11 | import("../fp.js").DateArg<Date>,
|
12 | import("../fp.js").DateArg<Date>
|
13 | >
|
14 | >;
|