| 3123 | * @since 4.0.0 |
| 3124 | */ |
| 3125 | export interface String extends Bottom<string, string, never, never, SchemaAST.String, String> {} |
| 3126 | |
| 3127 | /** |
| 3128 | * Schema for `string` values. Validates that the input is `typeof` `"string"`. |
no outgoing calls
no test coverage detected