@mrtujiawei/utils
Advanced tools
Comparing version 2.5.46 to 2.5.47
{ | ||
"name": "@mrtujiawei/utils", | ||
"version": "2.5.46", | ||
"version": "2.5.47", | ||
"description": "工具:常用数据类型、算法", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -207,3 +207,3 @@ /** | ||
*/ | ||
export declare const lazyInit: <T>() => (Promise<unknown> | ((value: T) => void))[]; | ||
export declare const lazyInit: <T>() => [Promise<T>, (value: T) => void, (reason?: any) => void]; | ||
export declare const d: () => void; | ||
@@ -210,0 +210,0 @@ export declare const e: () => void; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
3988741
210