UNPKG

tanisa

Version:

An utility to convert Malagasy 🇲🇬 numbers, including decimals, into their word representations.

5 lines (4 loc) • 162 B
// src/index.ts export { Tanisa } from './converter' export { MalagasyNumerals } from './dictionary' export { LargeNumberUnit, TanisaOptions } from './interface'