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) 82 B
export declare function currencyToWord(amount: number, currency: string): string;