@internal
()
| 1608 | } |
| 1609 | /** @internal */ |
| 1610 | toCodecStringTree(): AST { |
| 1611 | return replaceEncoding(this, [bigIntToString]) |
| 1612 | } |
| 1613 | /** @internal */ |
| 1614 | getExpected(): string { |
| 1615 | return "bigint" |
nothing calls this directly
no test coverage detected