@internal
()
| 786 | readonly _tag = "Undefined" |
| 787 | /** @internal */ |
| 788 | getParser() { |
| 789 | return fromConst(this, undefined) |
| 790 | } |
| 791 | /** @internal */ |
| 792 | toCodecJson(): AST { |
| 793 | return replaceEncoding(this, [undefinedToNull]) |
nothing calls this directly
no test coverage detected