MCPcopy Create free account
hub / github.com/Effect-TS/effect / toCodecJson

Method toCodecJson

packages/effect/src/SchemaAST.ts:853–855  ·  view source on GitHub ↗

@internal

()

Source from the content-addressed store, hash-verified

851 }
852 /** @internal */
853 toCodecJson(): AST {
854 return replaceEncoding(this, [undefinedToNull])
855 }
856 /** @internal */
857 getExpected(): string {
858 return "void"

Calls 1

replaceEncodingFunction · 0.85

Tested by 1

makeFunction · 0.36