This package is responsible for transforming numbers into text statements.
Install NumberToLetter with npm
npm install numlett
import numlett from "numlett";
numlett(300);
// TRESCIENTOS
To run tests, run the following command
npm run test
If you have any feedback, please reach out to us at [email protected]