Package: effect Module: Order
effect
Order
Test whether one value is strictly less than another.
Signature
declare const lessThan: <A>(O: Order<A>) => { (that: A): (self: A) => boolean; (self: A, that: A): boolean; }
Source
Since v2.0.0