num-to-arabic
v0.0.3
Published
convert all of numbers to arabic numbers
Maintainers
Readme
You can convert any number to arabic number
// install with npm
npm install num-to-arabicUsage
import convertToArabic from 'num-to-arabic';
//Convert
convertToArabic(12345678); // ١٢٣٤٥٦٧٨Features
- Very fast
- Very easy
