### 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