1.0.7 • Published 5 years ago

n2d v1.0.7

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

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago