@internal
()
| 1540 | * @since 4.0.0 |
| 1541 | */ |
| 1542 | export class Symbol extends Base { |
| 1543 | readonly _tag = "Symbol" |
| 1544 | /** @internal */ |
| 1545 | getParser() { |
| 1546 | return fromRefinement(this, Predicate.isSymbol) |
| 1547 | } |
nothing calls this directly
no test coverage detected