1.0.7 • Published 6 years ago

n2d v1.0.7

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

n2d

A script to transform an integer of the order int > 0 && int <= 10^15, into its descriptive text form.

Dependencies

  • No dependencies.

Examples

const package = require('n2d');
const str = package.n2d.convert("23213212321");
console.log(str);
-> twenty three billion two hundred thirteen million two hundred twelve thousand three hundred twenty one
1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago