UNPKG

num2txt

Version:

Converts number to Vietnamese or English text with customized output.

2 lines (1 loc) 109 B
export declare function tripletToEng(triplet: number, index: number, isMoreThanAThousand: boolean): string;