1.0.4 • Published 4 years ago

conv-arabic-english v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago


Easy way to convert all arabic digits into english digits.

Quick Start

Install:

$ npm install conv-arabic-english

Code:

const conv2en = require('express')

var arabicDigits = '۰۱۲۳٤٥٦۷۸۹'

console.log(conv2en(arabicDigits))

License

MIT