UNPKG

wlitd-utils

Version:

数字或字符串转中文大写金额

3 lines (2 loc) 151 B
export declare function strToRMB(numStr: string | null | undefined): string; export declare function numToRMB(num: number | null | undefined): string;