0.0.3 • Published 8 months ago

num-to-arabic v0.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
8 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

8 months ago