UNPKG

i18n-js

Version:

A small library to provide I18n on JavaScript.

3 lines (2 loc) 150 B
import { FormatNumberOptions, Numeric } from "../typing"; export declare function formatNumber(input: Numeric, options: FormatNumberOptions): string;