()
| 1151 | // slugify |
| 1152 | // @__NO_SIDE_EFFECTS__ |
| 1153 | export function _slugify(): checks.$ZodCheckOverwrite<string> { |
| 1154 | return _overwrite((input) => util.slugify(input)); |
| 1155 | } |
| 1156 | |
| 1157 | /////// collections /////// |
| 1158 |
nothing calls this directly
no test coverage detected