UNPKG

to-words

Version:

Converts numbers (including decimal points) into words & currency.

5 lines (4 loc) 143 B
import { LocaleConfig, LocaleInterface } from '../types'; export default class Locale implements LocaleInterface { config: LocaleConfig; }