@internal
()
| 1497 | readonly _tag = "Boolean" |
| 1498 | /** @internal */ |
| 1499 | getParser() { |
| 1500 | return fromRefinement(this, Predicate.isBoolean) |
| 1501 | } |
| 1502 | /** @internal */ |
| 1503 | getExpected(): string { |
| 1504 | return "boolean" |
nothing calls this directly
no test coverage detected