effect-io-ai

Package: effect
Module: Schema

Schema.makeIsGreaterThanOrEqualTo

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

Signature

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

Source

Since v4.0.0