src/numToWord

    Dark Mode
Search:
Group by:

num Word

Converts numbers to words

Improved implementation of https://github.com/marlun78/number-to-words/blob/master/src/toWords.js

Procs

proc toWord(number: int): string {....raises: [], tags: [].}
Converts the given number to string TODO: Ordinal implementation like JS one