@internal
()
| 1543 | readonly _tag = "Symbol" |
| 1544 | /** @internal */ |
| 1545 | getParser() { |
| 1546 | return fromRefinement(this, Predicate.isSymbol) |
| 1547 | } |
| 1548 | /** @internal */ |
| 1549 | matchKey(s: symbol, options: ParseOptions): symbol | undefined { |
| 1550 | if (options.disableChecks || !this.checks) return s |
nothing calls this directly
no test coverage detected