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
Call Signature
Section titled “Call Signature”(
value
): <SA
,SI
,FA
,FI
,R
>(self
) =>Effect
<Exit
<SA
,FA
>,ParseError
,R
>
Parameters
Section titled “Parameters”unknown
Returns
Section titled “Returns”<
SA
,SI
,FA
,FI
,R
>(self
):Effect
<Exit
<SA
,FA
>,ParseError
,R
>
Type Parameters
Section titled “Type Parameters”SA
SI
FA
FI
R
Parameters
Section titled “Parameters”WithResult
<SA
, SI
, FA
, FI
, R
>
Returns
Section titled “Returns”Effect
<Exit
<SA
, FA
>, ParseError
, R
>
3.10.0
Call Signature
Section titled “Call Signature”<
SA
,SI
,FA
,FI
,R
>(self
,value
):Effect
<Exit
<SA
,FA
>,ParseError
,R
>
Type Parameters
Section titled “Type Parameters”SA
SI
FA
FI
R
Parameters
Section titled “Parameters”WithResult
<SA
, SI
, FA
, FI
, R
>
unknown
Returns
Section titled “Returns”Effect
<Exit
<SA
, FA
>, ParseError
, R
>
3.10.0
3.10.0