number-to-words icon indicating copy to clipboard operation
number-to-words copied to clipboard

Converts a number to words

Results 34 number-to-words issues
Sort by recently updated
recently updated
newest added

Bumps [copy-props](https://github.com/gulpjs/copy-props) from 2.0.4 to 2.0.5. Release notes Sourced from copy-props's releases. 2.0.5 Fix Avoids prototype pollution (#7) Doc Update license years. Transfer ownership to Gulp Team (#6) Build Update...

dependencies

I cannot seem to manipulate a number that has been converted to a string, using string methods such as `.split()`, `.replace()` or `.join()`. I'm using TypeScript and React. Example: ```TypeScript...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.5.2 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

Hi, I like this library. But I am from India and we use lakhs and crores instead of millions and billions. Can we have this option in this library. Thanks

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Can i use declarations for it?

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...

dependencies

I added support for decimal numbers (1.7 => one and seven tenths), per issue #9 . Also added tests; all passed. I was thinking that a decimal call into toWordsOrdinal...

Could I use with "decimal number"? ``` js 123456.789 ```

Not sure how much work this would take, but a toNumber function that took in a string of cardinal numbers e.g `one hundred and five` and returned it's number counterpart...