Skip to content

encodeEither

const encodeEither: <A, I>(schema, options?) => (a, overrideOptions?) => either_.Either<I, ParseResult.ParseError>

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

A

I

Schema<A, I, never>

ParseOptions

(a, overrideOptions?): either_.Either<I, ParseResult.ParseError>

A

ParseOptions

either_.Either<I, ParseResult.ParseError>

3.10.0