UNPKG

num2txt

Version:

Converts number to Vietnamese or English text with customized output.

3 lines (2 loc) 149 B
export declare const TRIPLET_MAX_LENGTH = 7; export declare function num2txt(value: string | number, options?: import("./types").Options): string;