Explorar o código

test(util): 测试发布

zhangweicheng %!s(int64=5) %!d(string=hai) anos
pai
achega
b12f12c724
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      util/src/math.ts

+ 1 - 0
util/src/math.ts

@@ -24,6 +24,7 @@ export const innerRound = (
   return (value / 10 ** decimal) * pre;
 };
 
+// 4舍5入
 export const roundForObj = (
   obj: string | number | undefined | null,
   decimal: number