Comparing version 0.1.8 to 0.1.9
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.1.9](https://github.com/BlackGlory/hotypes/compare/v0.1.8...v0.1.9) (2021-04-25) | ||
### Features | ||
* add RequiredKeys ([f838f43](https://github.com/BlackGlory/hotypes/commit/f838f43c918ff2a36dcad7b378f2862bab253ca8)) | ||
### [0.1.8](https://github.com/BlackGlory/hotypes/compare/v0.1.7...v0.1.8) (2021-04-25) | ||
@@ -7,0 +14,0 @@ |
@@ -24,2 +24,3 @@ export * from './constructor-return-type'; | ||
export * from './pick-non-never'; | ||
export * from './required-keys'; | ||
export * from './tail'; | ||
@@ -26,0 +27,0 @@ export * from './unpacked-array-like'; |
@@ -36,2 +36,3 @@ "use strict"; | ||
__exportStar(require("./pick-non-never"), exports); | ||
__exportStar(require("./required-keys"), exports); | ||
__exportStar(require("./tail"), exports); | ||
@@ -38,0 +39,0 @@ __exportStar(require("./unpacked-array-like"), exports); |
{ | ||
"name": "hotypes", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "Higer order types for TypeScript", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -50,2 +50,3 @@ # hotypes | ||
- PickNonNever | ||
- RequiredKeys | ||
- Tail | ||
@@ -52,0 +53,0 @@ - UnpackedArrayLike |
Sorry, the diff of this file is not supported yet
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
21821
100
203
57