encodeSync
constencodeSync: <A,I>(schema,options?) => (a,overrideOptions?) =>I
Defined in: node_modules/.pnpm/effect@3.15.2/node_modules/effect/dist/dts/ParseResult.d.ts:492
Type Parameters
Section titled “Type Parameters”A
I
Parameters
Section titled “Parameters”schema
Section titled “schema”Schema<A, I, never>
options?
Section titled “options?”AST.ParseOptions
Returns
Section titled “Returns”(
a,overrideOptions?):I
Parameters
Section titled “Parameters”A
overrideOptions?
Section titled “overrideOptions?”AST.ParseOptions
Returns
Section titled “Returns”I
3.10.0