@waiting/shared-types
Advanced tools
Comparing version 21.0.1 to 21.1.0
@@ -5,2 +5,3 @@ export interface Func { | ||
} | ||
export type MethodType = (...input: any[]) => (any | Promise<any>); | ||
//# sourceMappingURL=func.d.ts.map |
{ | ||
"name": "@waiting/shared-types", | ||
"author": "waiting", | ||
"version": "21.0.1", | ||
"version": "21.1.0", | ||
"description": "shared typescript types", | ||
@@ -62,3 +62,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "fa9b65a30ead91e933e7e856eb58a9fff8b02157" | ||
"gitHead": "b520c9e84d4ca89f8b605c2cb761fbdea6f945c9" | ||
} |
@@ -8,1 +8,2 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ | ||
export type MethodType = (...input: any[]) => (any | Promise<any>) |
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
87074
1199