mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
14 lines
463 B
TypeScript
14 lines
463 B
TypeScript
export declare const eachMonthOfInterval: import("./types.js").FPFn1<
|
|
import("../eachMonthOfInterval.js").EachMonthOfIntervalResult<
|
|
import("../fp.js").Interval<
|
|
import("../fp.js").DateArg<Date>,
|
|
import("../fp.js").DateArg<Date>
|
|
>,
|
|
| import("../eachMonthOfInterval.js").EachMonthOfIntervalOptions<Date>
|
|
| undefined
|
|
>,
|
|
import("../fp.js").Interval<
|
|
import("../fp.js").DateArg<Date>,
|
|
import("../fp.js").DateArg<Date>
|
|
>
|
|
>;
|