| 2106 | |
| 2107 | class="cm">// ZodNullable |
| 2108 | export interface ZodNullable<T extends core.SomeType = core.$ZodType> |
| 2109 | extends _ZodType<core.$ZodNullableInternals<T>>, |
| 2110 | core.$ZodNullable<T> { |
| 2111 | class="st">"~standard": ZodStandardSchemaWithJSON<this>; |
| 2112 | unwrap(): T; |
| 2113 | } |
| 2114 | export const ZodNullable: core.$constructor<ZodNullable> = /*@__PURE__*/ core.$constructor( |
| 2115 | class="st">"ZodNullable", |
| 2116 | (inst, def) => { |
nothing calls this directly
no outgoing calls
no test coverage detected