ntopt

0.0.13 • Public • Published

NtoPT

convert number written format to Persian text

Installation:

npm install ntopt --save

Simple Usage:

  • with NPM

install package and require in your project

  • with cdn

https://unpkg.com/ntopt/dist/browser/ntopt.min.js

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 ❤️ for you

Install

npm i ntopt

DownloadsWeekly Downloads

5

Version

0.0.13

License

ISC

Unpacked Size

30.9 kB

Total Files

12

Last publish

Collaborators

  • mrfarhad.ir