Package: effect
Module: ScheduleIntervals
Returns true if the start of this Intervals is before the start of that
Intervals, false otherwise.
Signature
declare const lessThan: { (that: Intervals): (self: Intervals) => boolean; (self: Intervals, that: Intervals): boolean; }
Since v2.0.0