effect-io-ai

Package: effect
Module: Schema

Schema.greaterThanOrEqualTo

This filter checks whether the provided number is greater than or equal to the specified minimum.

Signature

declare const greaterThanOrEqualTo: <S extends Schema.Any>(minimum: number, annotations?: Annotations.Filter<Schema.Type<S>>) => <A extends number>(self: S & Schema<A, Schema.Encoded<S>, Schema.Context<S>>) => filter<S>

Source

Since v3.10.0