0.0.3 • Published 6 months ago

num-to-arabic v0.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

You can convert any number to arabic number

// install with npm 
npm install num-to-arabic

Usage

import convertToArabic from 'num-to-arabic';

//Convert
convertToArabic(12345678); // ١٢٣٤٥٦٧٨

Features

  • Very fast
  • Very easy
0.0.3

6 months ago