mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +02:00
16 lines
548 B
TypeScript
16 lines
548 B
TypeScript
export declare const eachDayOfIntervalWithOptions: import("./types.js").FPFn2<
|
|
import("../eachDayOfInterval.js").EachDayOfIntervalResult<
|
|
import("../fp.js").Interval<
|
|
import("../fp.js").DateArg<Date>,
|
|
import("../fp.js").DateArg<Date>
|
|
>,
|
|
| import("../eachDayOfInterval.js").EachDayOfIntervalOptions<Date>
|
|
| undefined
|
|
>,
|
|
| import("../eachDayOfInterval.js").EachDayOfIntervalOptions<Date>
|
|
| undefined,
|
|
import("../fp.js").Interval<
|
|
import("../fp.js").DateArg<Date>,
|
|
import("../fp.js").DateArg<Date>
|
|
>
|
|
>;
|