()
| 1141 | // toLowerCase |
| 1142 | // @__NO_SIDE_EFFECTS__ |
| 1143 | export function _toLowerCase(): checks.$ZodCheckOverwrite<string> { |
| 1144 | return _overwrite((input) => input.toLowerCase()); |
| 1145 | } |
| 1146 | // toUpperCase |
| 1147 | // @__NO_SIDE_EFFECTS__ |
| 1148 | export function _toUpperCase(): checks.$ZodCheckOverwrite<string> { |
nothing calls this directly
no test coverage detected