Skip to content

decodeUnknownEither

const decodeUnknownEither: <A, I>(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:342

A

I

Schema<A, I, never>

ParseOptions

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

unknown

ParseOptions

either_.Either<A, ParseResult.ParseError>

3.10.0