1.0.7 • Published 4 years ago

n2d v1.0.7

Weekly downloads
1
License
MIT
Repository
github
Last release
4 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

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago