()
| 442 | return this.check(checks.normalize(...args)); |
| 443 | }, |
| 444 | toLowerCase() { |
| 445 | return this.check(checks.toLowerCase()); |
| 446 | }, |
| 447 | toUpperCase() { |
| 448 | return this.check(checks.toUpperCase()); |
| 449 | }, |
nothing calls this directly
no test coverage detected