encode
encode<
A
,I
,R
>(schema
,options
?): (a
,overrideOptions
?) =>Effect
<I
,ParseError
,R
>
Defined in: node_modules/.pnpm/effect@3.14.8/node_modules/effect/dist/dts/Schema.d.ts:322
Type Parameters
• A
• I
• R
Parameters
schema
Schema
<A
, I
, R
>
options?
ParseOptions
Returns
Function
Parameters
a
A
overrideOptions?
ParseOptions
Returns
Effect
<I
, ParseError
, R
>
Since
3.10.0