UNPKG

i18n-js

Version:

A small library to provide I18n on JavaScript.

4 lines (3 loc) 209 B
import { I18n } from "../I18n"; import { Numeric, NumberToHumanSizeOptions } from "../typing"; export declare function numberToHumanSize(i18n: I18n, input: Numeric, options: NumberToHumanSizeOptions): string;