number-to-arabic-words

convert numbers to arabic words made with typescript so it fast and maintainable - تحويل الارقام الي كلمات عربيه أداه متجدده بأستمرار و سريعه

Usage no npm install needed!

<script type="module">
  import numberToArabicWords from 'https://cdn.skypack.dev/number-to-arabic-words';
</script>

README

Numbers To Arabic Words


Like That 👌

Just only one function do this magic 👌

toArabicWord(1000) ألف

toArabicWord(100000) مائه ألف

toArabicWord(2000000) مليونان

toArabicWord(102030) مائه و أثنان ألف و ثلاثون

toArabicWord(5000.65) خمس آلاف فاصل خمس و ستون

toArabicWord(200.23) مائتان فاصل ثلاث و عشرون

toArabicWord(1.00) واحد

toArabicWord(100.9568) مائة فاصل تسع آلاف و خمسمائة و ثمان و ستون

toArabicWord(100.52) مائه فاصل أثنان و خمسون

Why you can use this tool ?

  • because it easy and fast.
  • support points like that 100.52

Please Let me know about bug and suggestion to fix it . Thank you 😍🚀💖 ..