Package: effect
Module: ScheduleInterval
Returns true if this Interval is less than that interval, false
otherwise.
Signature
declare const lessThan: { (that: Interval): (self: Interval) => boolean; (self: Interval, that: Interval): boolean; }
Since v2.0.0