1.0.0 • Published 3 years ago

greatefue-number-to-word v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Table of Contents

  1. Installation
  2. Usage
  3. Author
  4. License
  5. Team

Installation

$ yarn add greatefue-number-to-word
$ npm i greatefue-number-to-word

Usage

In your .ts or .js file,

  1. import the package
import { NumberToWord } from 'greatefue-number-to-word';
  1. Call the function
var i = NumberToWord('118');
console.log(i) //one hundred eighteen
  1. Can convert up-to 999,999,999,999,999.

  2. Does not accept decimal figures.

Author

Great Efue

Please consider supporting me on Patreon. Become a Patron of Great Efue!

License

FOSSA Status

Team

These are folks that keep the project moving and are resources for help.

Technical Steering Committee (TSC)

The people who manage releases, review feature requests, and meet regularly to ensure GreatEfue-Number-To-Word is properly maintained.

Reviewers

The people who review and implement new features.

Committers

The people who review and fix bugs and help triage issues.