Package: effect
Module: Schema
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>
Since v4.0.0