README
convert-arabic-numbers
Convert Arabic/Urdu Numbers to latin, ex: ٠١٢٣٤٥٦٧٨٩ to 0123456789.
Test
run npm run test
License
This project is licensed under MIT License
Convert Arabic Numbers to Latin Characters
<script type="module">
import convertArabicNumbers from 'https://cdn.skypack.dev/convert-arabic-numbers';
</script>
Convert Arabic/Urdu Numbers to latin, ex: ٠١٢٣٤٥٦٧٨٩ to 0123456789.
run npm run test
This project is licensed under MIT License