effect-io-ai

Package: effect
Module: ScheduleInterval

ScheduleInterval.max

Returns the maximum of two Intervals.

Signature

declare const max: { (that: Interval): (self: Interval) => Interval; (self: Interval, that: Interval): Interval; }

Source

Since v2.0.0