@internal
()
| 978 | readonly _tag = "Unknown" |
| 979 | /** @internal */ |
| 980 | getParser() { |
| 981 | return fromRefinement(this, Predicate.isUnknown) |
| 982 | } |
| 983 | /** @internal */ |
| 984 | getExpected(): string { |
| 985 | return "unknown" |
nothing calls this directly
no test coverage detected