Skip to content

between

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

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

This filter checks whether the provided number falls within the specified minimum and maximum values.

S extends Any

number

number

Filter<Type<S>>

<A>(self): filter<S>

A extends number

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

filter<S>

3.10.0