UNPKG

number-to-arabic

Version:

Translates/converts an english number to arabic number

13 lines (12 loc) 181 B
module.exports = { '0' : '٠', '1' : '١', '2' : '٢', '3' : '٣', '4' : '٤', '5' : '٥', '6' : '٦', '7' : '٧', '8' : '٨', '9' : '٩', }