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.

5 lines (4 loc) 196 B
export { numberToWord } from "./numberToWord"; export { wordToNumber } from "./wordToNumber"; export { currencyToWord } from "./currencyToWord"; export { wordToCurrency } from "./wordToCurrency";