Skip to content

greaterThanOrEqualTo

const greaterThanOrEqualTo: <S>(minimum, annotations?) => <A>(self) => filter<S>

Defined in: node_modules/.pnpm/effect@3.15.2/node_modules/effect/dist/dts/Schema.d.ts:2725

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

S extends Any

number

Filter<Type<S>>

<A>(self): filter<S>

A extends number

S & Schema<A, Encoded<S>, Context<S>>

filter<S>

3.10.0