| 3185 | * @since 4.0.0 |
| 3186 | */ |
| 3187 | export interface Symbol extends Bottom<symbol, symbol, never, never, SchemaAST.Symbol, Symbol> {} |
| 3188 | |
| 3189 | /** |
| 3190 | * Schema for `symbol` values. Validates that the input is `typeof` `"symbol"`. |
no outgoing calls
no test coverage detected