(form?: "NFC" | "NFD" | "NFKC" | "NFKD" | (string & {}))
| 387 | // transforms |
| 388 | trim(): this; |
| 389 | normalize(form?: "NFC" | "NFD" | "NFKC" | "NFKD" | (string & {})): this; |
| 390 | toLowerCase(): this; |
| 391 | toUpperCase(): this; |
| 392 | slugify(): this; |
no outgoing calls
no test coverage detected