UNPKG

petite-utils

Version:

A collection of small util function in JavaScript.

7 lines (6 loc) 144 B
/** * @group 工具函数 * @param money 金钱数额 * @returns */ export declare function normalizeMoney(money: number | string): string;