1.0.4 • Published 4 years ago

p4h-convert-arabic-numbers v1.0.4

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

Convert Arabic Numbers To English Numbers

A simple JavaScript library to convert Arabic numbers to English numbers.

Getting Started

Install with NPM:

How to use

Import into your project:

import { p4har } from 'p4h-convert-arabic-numbers';

// Example:

p4har('١٢٣٤٥٦٧٨٩٠'); // 1234567890

// OR

p4har("الأرقام العربية ١٢٣٤٥٦٧٨٩٠") // الأرقام العربية  1234567890 
1.0.2

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago