encodeWithTransferables
constencodeWithTransferables: <A,I,R>(schema,options?) => (a,overrideOptions?) =>Effect.Effect<[I,Transferable[]],ParseError,R>
Defined in: packages/@livestore/utils/dist/effect/Schema/index.d.ts:9
Type Parameters
Section titled “Type Parameters”A
I
R
Parameters
Section titled “Parameters”schema
Section titled “schema”Schema<A, I, R>
options?
Section titled “options?”ParseOptions
Returns
Section titled “Returns”(
a,overrideOptions?):Effect.Effect<[I,Transferable[]],ParseError,R>
Parameters
Section titled “Parameters”A
overrideOptions?
Section titled “overrideOptions?”ParseOptions
Returns
Section titled “Returns”Effect.Effect<[I, Transferable[]], ParseError, R>