@vexip-ui/utils
Advanced tools
Comparing version 2.0.1 to 2.1.0
@@ -645,2 +645,9 @@ /** | ||
/** | ||
* 检测给定的值是否可以通过 parseFlat 或 Number 方法转为数字 | ||
* | ||
* @param value 需要检测的值 | ||
*/ | ||
export declare function isValidNumber(value: unknown): boolean; | ||
export declare function isVisible(el?: Element | null): boolean; | ||
@@ -647,0 +654,0 @@ |
{ | ||
"name": "@vexip-ui/utils", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "author": "qmhc", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
376091
2737