Skip to content

validateEither

const validateEither: <A, I, R>(schema, options?) => (u, overrideOptions?) => either_.Either<A, ParseResult.ParseError>

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

A

I

R

Schema<A, I, R>

ParseOptions

(u, overrideOptions?): either_.Either<A, ParseResult.ParseError>

unknown

ParseOptions

either_.Either<A, ParseResult.ParseError>

3.10.0