@vexip-ui/utils
Advanced tools
Comparing version 1.8.0 to 1.9.0
@@ -104,2 +104,4 @@ /** | ||
export declare function callIfFunc<T>(value: T | (() => T)): T; | ||
export declare const CLICK_TYPE: string; | ||
@@ -368,2 +370,4 @@ | ||
export declare function ensureArray<T>(value: T | T[]): T[]; | ||
export declare function errorOnce(message: string, logFn?: (...data: any[]) => void): void; | ||
@@ -370,0 +374,0 @@ |
{ | ||
"name": "@vexip-ui/utils", | ||
"version": "1.8.0", | ||
"version": "1.9.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
106114
2625