()
| 30290 | }); |
| 30291 | } |
| 30292 | toUpperCase() { |
| 30293 | return new _ZodString({ |
| 30294 | ...this._def, |
| 30295 | checks: [...this._def.checks, { kind: "toUpperCase" }] |
| 30296 | }); |
| 30297 | } |
| 30298 | get isDatetime() { |
| 30299 | return !!this._def.checks.find((ch) => ch.kind === "datetime"); |
| 30300 | } |
no outgoing calls
no test coverage detected