Package: effect Module: ScheduleInterval
effect
ScheduleInterval
Returns the maximum of two Intervals.
Interval
Signature
declare const max: { (that: Interval): (self: Interval) => Interval; (self: Interval, that: Interval): Interval; }
Source
Since v2.0.0