eachMinuteOfInterval.d.mts 120 Bytes
export declare const eachMinuteOfInterval: import("./types.js").FPFn1<
  Date[],
  import("../fp.js").Interval<Date>
>;