TheoryOfNekomata b24d26de25 | пре 4 година | |
---|---|---|
src | пре 4 година | |
tests | пре 4 година | |
.editorconfig | пре 4 година | |
.gitignore | пре 4 година | |
.prettierrc | пре 4 година | |
LICENSE | пре 4 година | |
README.md | пре 4 година | |
package.json | пре 4 година | |
tsconfig.json | пре 4 година | |
yarn.lock | пре 4 година |
Converts a number into its name.
Inspired by number-to-words. Thinking I could improve on the code to include big integers, I looked for some info and found Landon Curt Noll’s Web page describing the reconstructed English naming system of numbers. I decided to port his Perl script into JavaScript.
Install via Yarn:
yarn add @theoryofnekomata/number-name
Please star the repo if you find it useful in your projects.
MIT. See LICENSE file for details.