1.3.0 • Published 6 years ago

numbertodescription v1.3.0

Weekly downloads
1
License
Apache-2.0
Repository
-
Last release
6 years ago

numberToDescription

returns the descriptive form of the number input. ----Currently limited to 1 trillion----

Usage

const transf = require("numbertowords");
console.log(transf(125));
>"one hundred twenty five"
console.log(transf(10));
>"ten"
console.log(transf(999));
>"nine hundred ninety nine"

License

Apache 2.0