()
| 1146 | // toUpperCase |
| 1147 | // @__NO_SIDE_EFFECTS__ |
| 1148 | export function _toUpperCase(): checks.$ZodCheckOverwrite<string> { |
| 1149 | return _overwrite((input) => input.toUpperCase()); |
| 1150 | } |
| 1151 | // slugify |
| 1152 | // @__NO_SIDE_EFFECTS__ |
| 1153 | export function _slugify(): checks.$ZodCheckOverwrite<string> { |
nothing calls this directly
no test coverage detected