effect-io-ai

Package: effect
Module: ScheduleIntervals

ScheduleIntervals.lessThan

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; }

Source

Since v2.0.0