()
| 164 | nonoptional(params?: string | core.$ZodNonOptionalParams): ZodNonOptional<this>; |
| 165 | nullable(): ZodNullable<this>; |
| 166 | nullish(): ZodOptional<ZodNullable<this>>; |
| 167 | default(def: util.NoUndefined<core.output<this>>): ZodDefault<this>; |
| 168 | default(def: () => util.NoUndefined<core.output<this>>): ZodDefault<this>; |
| 169 | prefault(def: () => core.input<this>): ZodPrefault<this>; |
no outgoing calls
no test coverage detected