0.0.13 • Published 5 years ago

ntopt v0.0.13

Weekly downloads
20
License
ISC
Repository
github
Last release
5 years ago

NtoPT

convert number written format to Persian text

Installation:

npm install ntopt --save

Simple Usage:

const Ntopt = require('./dist/ntopt')
let x = 8456325140
let ntpt = new Ntopt(x)
let result = ntpt.result
console.log(result)
// هشت میلیارد چهارصد و پنجاه و شش میلیون و سیصد و بیست و پنج هزار و صد و چهل

Demo

ntopt.dev.mrfarhad.ir

any question ? Ask It :)

made with :heart: for you