UNPKG

to-words

Version:

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

6 lines (5 loc) 162 B
import { ConstructorOf, LocaleInterface } from '../types'; declare const LOCALES: { [key: string]: ConstructorOf<LocaleInterface>; }; export default LOCALES;