UNPKG

@daysnap/utils

Version:
7 lines (5 loc) 140 B
/** * 格式化金额,默认元 */ declare function formatAmount(s: string | number, radix?: number): string; export { formatAmount };