UNPKG

word-number-word

Version:

A TypeScript/JavaScript utility for converting numbers to words and vice versa — including support for decimals, negatives, and currency converting.

2 lines (1 loc) 68 B
export declare function numberToWord(num: number | string): string;