Skip to content

betweenDate

betweenDate<S>(min, max, annotations?): <A>(self) => filter<S>

Defined in: node_modules/.pnpm/effect@3.14.8/node_modules/effect/dist/dts/Schema.d.ts:3529

Type Parameters

S extends Any

Parameters

min

Date

max

Date

annotations?

Filter<Type<S>, Type<S>>

Returns

Function

Type Parameters

A extends Date

Parameters

self

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

Returns

filter<S>

Since

3.10.0