| 3202 | * @since 4.0.0 |
| 3203 | */ |
| 3204 | export interface BigInt extends Bottom<bigint, bigint, never, never, SchemaAST.BigInt, BigInt> {} |
| 3205 | |
| 3206 | /** |
| 3207 | * Schema for `bigint` values. Validates that the input is `typeof` `"bigint"`. |
no outgoing calls
no test coverage detected