greatefue-number-to-word
v1.0.0
Published
Convert number to word
Downloads
2
Readme
Table of Contents
Installation
$ yarn add greatefue-number-to-word
$ npm i greatefue-number-to-word
Usage
In your .ts or .js file,
- import the package
import { NumberToWord } from 'greatefue-number-to-word';
- Call the function
var i = NumberToWord('118');
console.log(i) //one hundred eighteen
Can convert up-to 999,999,999,999,999.
Does not accept decimal figures.
Author
Great Efue
Please consider supporting me on Patreon. Become a Patron of Great Efue!
License
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.