code refactor

This commit is contained in:
MaysWind
2024-06-29 17:12:02 +08:00
parent c951285049
commit d9c8142c51
10 changed files with 64 additions and 60 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
import { isNumber, appendThousandsSeparator } from './common.js';
import { isNumber } from './common.js';
import { appendThousandsSeparator } from './numeral.js';
export function numericCurrencyToString(num, enableThousandsSeparator, trimTailZero) {
let str = num.toString();