@waiting/shared-types
Advanced tools
Comparing version 3.5.0 to 3.5.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [3.5.1](https://github.com/waitingsong/shared-types/compare/v3.5.0...v3.5.1) (2020-03-18) | ||
**Note:** Version bump only for package @waiting/shared-types | ||
# [3.5.0](https://github.com/waitingsong/shared-types/compare/v3.4.0...v3.5.0) (2020-03-18) | ||
@@ -8,0 +16,0 @@ |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* @version 3.4.0 | ||
* @version 3.5.0 | ||
* @author waiting | ||
@@ -8,0 +8,0 @@ * @license MIT |
@@ -21,3 +21,3 @@ export declare type Head<Tuple extends any[]> = Tuple extends [infer H, ...any[]] ? H : never; | ||
/** | ||
* Union tow types, with optinal excluded keys | ||
* Union tow types, with optional excluded keys | ||
* @example `Spread<T, K, 'foo'>` or `Spread<T, K, 'foo' | 'bar'>` | ||
@@ -24,0 +24,0 @@ * @see https://github.com/microsoft/TypeScript/pull/13288#issuecomment-412230721 |
{ | ||
"name": "@waiting/shared-types", | ||
"author": "waiting", | ||
"version": "3.5.0", | ||
"version": "3.5.1", | ||
"description": "shared typescript types", | ||
@@ -74,3 +74,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "a748712c134d9181884e3144234fa356b7175f3a" | ||
"gitHead": "20571ae259c6d87b2dbf6fbcc56b68706d8b5ec5" | ||
} |
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
11375