15 lines
468 B
TypeScript
15 lines
468 B
TypeScript
export declare const eachMinuteOfInterval: import("./types.js").FPFn1<
|
|
import("../eachMinuteOfInterval.js").EachMinuteOfIntervalResult<
|
|
import("../fp.js").Interval<
|
|
import("../fp.js").DateArg<Date>,
|
|
import("../fp.js").DateArg<Date>
|
|
>,
|
|
| import("../eachMinuteOfInterval.js").EachMinuteOfIntervalOptions<Date>
|
|
| undefined
|
|
>,
|
|
import("../fp.js").Interval<
|
|
import("../fp.js").DateArg<Date>,
|
|
import("../fp.js").DateArg<Date>
|
|
>
|
|
>;
|