effect-io-ai

Package: effect
Module: Order

Order.greaterThan

Test whether one value is strictly greater than another.

Signature

declare const greaterThan: <A>(O: Order<A>) => { (that: A): (self: A) => boolean; (self: A, that: A): boolean; }

Source

Since v2.0.0