complex-utils
Advanced tools
+3
-0
@@ -0,1 +1,4 @@ | ||
| ### 2.10.5 | ||
| - feat: 将TypeScript类型导入语法升级为type关键字形式 | ||
| ### 2.10.4 | ||
@@ -2,0 +5,0 @@ - fix: 修正 `parseNum` 处理小数时可能存在的浮点数问题。 |
+1
-1
| { | ||
| "name": "complex-utils", | ||
| "version": "2.10.4", | ||
| "version": "2.10.5", | ||
| "description": "a complex utils", | ||
@@ -5,0 +5,0 @@ "type": "module", |
| import _Data from "./_Data" | ||
| import { LifeData, LifeList, LifeMap, LifeValueInitOptionWithExtra } from "./LifeData" | ||
| import { LifeData, LifeList, LifeMap, type LifeValueInitOptionWithExtra } from "./LifeData" | ||
@@ -4,0 +4,0 @@ export interface DataWithLife { |
+1
-1
| import { LifeList } from "../class/LifeData" | ||
| import $exportMsg from "../utils/$exportMsg" | ||
| import { consoleType } from "../utils/exportMsg" | ||
| import { type consoleType } from "../utils/exportMsg" | ||
@@ -5,0 +5,0 @@ const option = { |
@@ -1,2 +0,2 @@ | ||
| import { mathType } from './getNum' | ||
| import { type mathType } from './getNum' | ||
| import parseNum from './parseNum' | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
| import { ComplexType } from '../type/getComplexType' | ||
| import { type ComplexType } from '../type/getComplexType' | ||
| import getNum from './../number/getNum' | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
| import getType, { SimpleType } from './getType' | ||
| import getType, { type SimpleType } from './getType' | ||
| import getTag from './getTag' | ||
@@ -3,0 +3,0 @@ |
121715
0.25%