()
| 1136 | // trim |
| 1137 | // @__NO_SIDE_EFFECTS__ |
| 1138 | export function _trim(): checks.$ZodCheckOverwrite<string> { |
| 1139 | return _overwrite((input) => input.trim()); |
| 1140 | } |
| 1141 | // toLowerCase |
| 1142 | // @__NO_SIDE_EFFECTS__ |
| 1143 | export function _toLowerCase(): checks.$ZodCheckOverwrite<string> { |
nothing calls this directly
no test coverage detected