number-picker
v1.0.1
Published
convert between hindu and arabic numeral systems
Downloads
14
Maintainers
Readme
number-picker
Given an arabic numeral (1, 2, 3, 4 ...) get a hindu-arabic numeral back. Works with farsi and arabic umbers :sparkles:.
Usage
var numbers = require('number-picker')
numbers(45, 'fa') // ۴۵
numbers(num, lang)
- num, an arabic numeral, such as 574
- lang, the language you would like to convert the number to
Install
npm install number-picker