num-to-persian
v0.0.3
Published
convert all of numbers to persian numbers
Downloads
5
Maintainers
Readme
You can convert any number to persian number
// install with npm
npm install num-to-persian
Usage
import convertToPersian from 'num-to-persian';
//Convert
convertToPersian(12345678); // ۱۳۴۵۶۷۸
Features
- Very fast
- Very easy