()
| 30284 | }); |
| 30285 | } |
| 30286 | toLowerCase() { |
| 30287 | return new _ZodString({ |
| 30288 | ...this._def, |
| 30289 | checks: [...this._def.checks, { kind: "toLowerCase" }] |
| 30290 | }); |
| 30291 | } |
| 30292 | toUpperCase() { |
| 30293 | return new _ZodString({ |
| 30294 | ...this._def, |
no outgoing calls
no test coverage detected