Now in TypeScript with new features
-
💥 A major rewrite of the entire package in TypeScript
-
✨ : Revised the available methods the package offers, now it comes with async method by default and you can choose to use a sync-version of the method:
normalize(input)
- Normalizing strings that contains accents/ diacritics viaasync/ await
under the hood.normalizeSync(input)
- The synchronous version of the normalization method.
🔥 🔥 🔥Have fun!