PropertySignatureTransformation
Defined in: node_modules/.pnpm/effect@3.15.2/node_modules/effect/dist/dts/Schema.d.ts:918
3.10.0
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new PropertySignatureTransformation(
from,to,decode,encode):PropertySignatureTransformation
Defined in: node_modules/.pnpm/effect@3.15.2/node_modules/effect/dist/dts/Schema.d.ts:927
Parameters
Section titled “Parameters”decode
Section titled “decode”(o) => Option<any>
encode
Section titled “encode”(o) => Option<any>
Returns
Section titled “Returns”PropertySignatureTransformation
Properties
Section titled “Properties”
readonly_tag:"PropertySignatureTransformation"="PropertySignatureTransformation"
Defined in: node_modules/.pnpm/effect@3.15.2/node_modules/effect/dist/dts/Schema.d.ts:926
3.10.0
decode()
Section titled “decode()”
readonlydecode: (o) =>Option<any>
Defined in: node_modules/.pnpm/effect@3.15.2/node_modules/effect/dist/dts/Schema.d.ts:921
Parameters
Section titled “Parameters”Option<any>
Returns
Section titled “Returns”Option<any>
encode()
Section titled “encode()”
readonlyencode: (o) =>Option<any>
Defined in: node_modules/.pnpm/effect@3.15.2/node_modules/effect/dist/dts/Schema.d.ts:922
Parameters
Section titled “Parameters”Option<any>
Returns
Section titled “Returns”Option<any>
readonlyfrom:FromPropertySignature
Defined in: node_modules/.pnpm/effect@3.15.2/node_modules/effect/dist/dts/Schema.d.ts:919
readonlyto:ToPropertySignature
Defined in: node_modules/.pnpm/effect@3.15.2/node_modules/effect/dist/dts/Schema.d.ts:920
Methods
Section titled “Methods”toString()
Section titled “toString()”toString():
string
Defined in: node_modules/.pnpm/effect@3.15.2/node_modules/effect/dist/dts/Schema.d.ts:931
Returns
Section titled “Returns”string
3.10.0