Comparing version 0.1.2 to 0.1.3
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.1.3](https://github.com/BlackGlory/hotypes/compare/v0.1.2...v0.1.3) (2021-03-17) | ||
### Features | ||
* add WithDefault ([af164a3](https://github.com/BlackGlory/hotypes/commit/af164a36155ad4d1b28d8877447b8656b8837e40)) | ||
### [0.1.2](https://github.com/BlackGlory/hotypes/compare/v0.1.1...v0.1.2) (2021-03-17) | ||
@@ -7,0 +14,0 @@ |
@@ -27,1 +27,2 @@ export * from './constructor-return-type'; | ||
export * from './unpacked-promise'; | ||
export * from './with-default'; |
@@ -39,2 +39,3 @@ "use strict"; | ||
__exportStar(require("./unpacked-promise"), exports); | ||
__exportStar(require("./with-default"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "hotypes", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Higer order types for TypeScript", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -53,1 +53,2 @@ # hotypes | ||
- UnpackedPromise | ||
- WithDefault |
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
18754
88
177
54