effect-io-ai

Package: effect
Module: Schema

Schema.greaterThan

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

Signature

declare const greaterThan: <S extends Schema.Any>(exclusiveMinimum: 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