Comparing version 1.2.1 to 1.2.2
@@ -0,1 +1,2 @@ | ||
import { IFunction } from 'herb-core-include'; | ||
export declare enum Types { | ||
@@ -18,3 +19,3 @@ array = "[object Array]", | ||
export declare function isPromise(e: any): e is Promise<any>; | ||
export declare function isFunction(fn: any): boolean; | ||
export declare function isFunction(fn: any): fn is IFunction; | ||
//# sourceMappingURL=is.d.ts.map |
{ | ||
"name": "herbx", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"main": "lib/index.js", | ||
@@ -18,5 +18,5 @@ "files": [ | ||
"dependencies": { | ||
"herb-core-include": "^1.0.10" | ||
"herb-core-include": "^1.0.11" | ||
}, | ||
"gitHead": "464e9be629a7481d5812a43b444981d8d98603d2" | ||
"gitHead": "39216e770bdf8de2c67bf04de6acb25ef4db091f" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
88179
156
Updatedherb-core-include@^1.0.11