Comparing version 0.1.3 to 0.1.4
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.1.4](https://github.com/BlackGlory/hotypes/compare/v0.1.3...v0.1.4) (2021-03-17) | ||
### Bug Fixes | ||
* fix FunctionKeys ([ecb2c84](https://github.com/BlackGlory/hotypes/commit/ecb2c842b733176b055090bc4a75fddacf2c833f)) | ||
### [0.1.3](https://github.com/BlackGlory/hotypes/compare/v0.1.2...v0.1.3) (2021-03-17) | ||
@@ -7,0 +14,0 @@ |
import { Keys } from './keys'; | ||
export declare type FunctionKeys<T extends object> = Keys<T, (...args: any) => unknown>; | ||
export declare type FunctionKeys<T extends object> = Keys<T, (...args: any) => any>; |
{ | ||
"name": "hotypes", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Higer order types for TypeScript", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18974