4 lines
197 B
TypeScript
4 lines
197 B
TypeScript
import { I18n } from "../I18n";
|
|
import { Numeric, NumberToHumanOptions } from "../typing";
|
|
export declare function numberToHuman(i18n: I18n, input: Numeric, options: NumberToHumanOptions): string;
|