(inst: T, def: D)
| 7 | export interface $constructor<T extends ZodTrait, D = T["_zod"]["def"]> { |
| 8 | new (def: D): T; |
| 9 | init(inst: T, def: D): asserts inst is T; |
| 10 | } |
| 11 | |
| 12 | /** A special constant with type `never` */ |
no outgoing calls
no test coverage detected