TheoryOfNekomata d17a77675d | преди 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.