()
| 30278 | return this.min(1, errorUtil_1.errorUtil.errToObj(message)); |
| 30279 | } |
| 30280 | trim() { |
| 30281 | return new _ZodString({ |
| 30282 | ...this._def, |
| 30283 | checks: [...this._def.checks, { kind: "trim" }] |
| 30284 | }); |
| 30285 | } |
| 30286 | toLowerCase() { |
| 30287 | return new _ZodString({ |
| 30288 | ...this._def, |
no outgoing calls
no test coverage detected