Skip to content

deserializeExit

const deserializeExit: {(value): <SA, SI, FA, FI, R>(self) => Effect<Exit<SA, FA>, ParseError, R>; <SA, SI, FA, FI, R>(self, value): Effect<Exit<SA, FA>, ParseError, R>; }

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

(value): <SA, SI, FA, FI, R>(self) => Effect<Exit<SA, FA>, ParseError, R>

unknown

<SA, SI, FA, FI, R>(self): Effect<Exit<SA, FA>, ParseError, R>

SA

SI

FA

FI

R

WithResult<SA, SI, FA, FI, R>

Effect<Exit<SA, FA>, ParseError, R>

3.10.0

<SA, SI, FA, FI, R>(self, value): Effect<Exit<SA, FA>, ParseError, R>

SA

SI

FA

FI

R

WithResult<SA, SI, FA, FI, R>

unknown

Effect<Exit<SA, FA>, ParseError, R>

3.10.0

3.10.0