convert-persian-numbers
v1.1.4
Published
lightweight package to convert persian and arabic numbers into english.
Downloads
10
Maintainers
Readme
Usage
It's very simple. Pass in your Persian numbers to the function as a string and it will return the converted value in English numbers as number.
import ConvertNumbers from 'convert-persian-numbers'
const englishConvertedNumber = ConvertNumbers(persianNumber)