Package: effect
Module: ScheduleIntervals
Returns the maximum of the two Intervals (i.e. which has the latest start).
Signature
declare const max: { (that: Intervals): (self: Intervals) => Intervals; (self: Intervals, that: Intervals): Intervals; }
Since v2.0.0