Skip to content

Now in TypeScript with new features

Compare
Choose a tag to compare
@motss motss released this 28 Nov 08:00
· 177 commits to main since this release
  • 💥 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 via async/ await under the hood.
    • normalizeSync(input) - The synchronous version of the normalization method.

🔥 🔥 🔥Have fun!