UNPKG

num-to-arabic

Version:
20 lines (14 loc) 267 B
### You can convert any number to arabic number ```js // install with npm npm install num-to-arabic ``` ## Usage ```js import convertToArabic from 'num-to-arabic'; //Convert convertToArabic(12345678); // ١٢٣٤٥٦٧٨ ``` ## Features - Very fast - Very easy