UNPKG

to-words

Version:

Convert numbers to words in 132 locales with currency, ordinal, and BigInt support (TypeScript, ESM/CJS/UMD).

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