effect-io-ai

Package: effect
Module: ScheduleInterval

ScheduleInterval.lessThan

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

Source

Since v2.0.0