@thi.ng/checks
Advanced tools
Comparing version 2.9.5 to 2.9.6
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.9.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@2.9.5...@thi.ng/checks@2.9.6) (2021-04-03) | ||
**Note:** Version bump only for package @thi.ng/checks | ||
## [2.9.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@2.9.4...@thi.ng/checks@2.9.5) (2021-03-12) | ||
@@ -8,0 +16,0 @@ |
@@ -1,2 +0,2 @@ | ||
export declare const implementsFunction: (x: any, fn: string | symbol) => boolean; | ||
export declare const implementsFunction: <T = any, K extends keyof T = any>(x: any, fn: K) => x is Pick<T, K>; | ||
//# sourceMappingURL=implements-function.d.ts.map |
{ | ||
"name": "@thi.ng/checks", | ||
"version": "2.9.5", | ||
"version": "2.9.6", | ||
"description": "Collection of 50+ type, feature & value checks", | ||
@@ -74,3 +74,3 @@ "module": "./index.js", | ||
"sideEffects": false, | ||
"gitHead": "24c8afbd4450f14973ec4c5481ca24722bb2e2f0" | ||
"gitHead": "452a679a1c40e0708ac9007b25a45e209af78e59" | ||
} |
70377