numbertodescription

1.3.0 • Public • Published

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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i numbertodescription

      Weekly Downloads

      2

      Version

      1.3.0

      License

      Apache-2.0

      Unpacked Size

      13.6 kB

      Total Files

      4

      Last publish

      Collaborators

      • brunodev09