Cimorexave / convert-persian-numbers

simple utility to convert persian numbers to english. Usefull in form handling. compatible with all the frameworks; supporting typescript

Home Page:https://www.npmjs.com/package/convert-persian-numbers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

simple utility to convert persian numbers to english. Usefull in form handling. compatible with all the frameworks; supporting typescript

https://www.npmjs.com/package/convert-persian-numbers


Languages

Language:TypeScript 100.0%