effect-io-ai

Package: effect
Module: Schema

Schema.makeIsGreaterThan

Creates a greater-than (>) check for any ordered type from an Order.Order instance.

Signature

declare const makeIsGreaterThan: <T>(options: { readonly order: Order.Order<T>; readonly annotate?: ((exclusiveMinimum: T) => Annotations.Filter) | undefined; readonly formatter?: Formatter<T> | undefined; }) => (exclusiveMinimum: T, annotations?: Annotations.Filter) => SchemaAST.Filter<T>

Source

Since v4.0.0