Package: effect
Module: ScheduleInterval
Computes a new Interval which is the intersection of this Interval and
that Interval.
Signature
declare const intersect: { (that: Interval): (self: Interval) => Interval; (self: Interval, that: Interval): Interval; }
Since v2.0.0