UNPKG

tanisa

Version:

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

14 lines (11 loc) • 265 B
// @ts-check import eslint from '@eslint/js' import tseslint from 'typescript-eslint' export default tseslint.config( eslint.configs.recommended, tseslint.configs.recommended, tseslint.configs.stylistic, { ignores: ['./dist', './node_modules'], } )