| 3163 | * @since 4.0.0 |
| 3164 | */ |
| 3165 | export interface Boolean extends Bottom<boolean, boolean, never, never, SchemaAST.Boolean, Boolean> {} |
| 3166 | |
| 3167 | /** |
| 3168 | * Schema for `boolean` values. Validates that the input is `typeof` `"boolean"`. |
no outgoing calls
no test coverage detected