@waiting/shared-types
Advanced tools
Comparing version 4.4.0 to 4.5.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [4.5.0](https://github.com/waitingsong/shared-types/compare/v4.4.0...v4.5.0) (2020-06-30) | ||
### Features | ||
* **types:** add types of database ([c2cdbe8](https://github.com/waitingsong/shared-types/commit/c2cdbe8daed2a779c35d536d2cc7fc4074e4ed0f)) | ||
# [4.4.0](https://github.com/waitingsong/shared-types/compare/v4.3.0...v4.4.0) (2020-06-30) | ||
@@ -8,0 +19,0 @@ |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* @version 4.3.0 | ||
* @version 4.4.0 | ||
* @author waiting | ||
@@ -8,0 +8,0 @@ * @license MIT |
@@ -78,2 +78,5 @@ /** | ||
export declare type Equals<X, Y> = (<T>() => T extends X ? 1 : 2) extends (<T>() => T extends Y ? 1 : 2) ? true : false; | ||
export declare type OverwriteNeverToUnknown<T extends any> = { | ||
[fld in keyof T]: T[fld] extends never ? unknown : T[fld]; | ||
}; | ||
export {}; |
@@ -7,1 +7,2 @@ export * from './alias'; | ||
export * from './tuple'; | ||
export * from './database'; |
@@ -7,1 +7,2 @@ export * from './alias'; | ||
export * from './tuple'; | ||
export * from './database'; |
{ | ||
"name": "@waiting/shared-types", | ||
"author": "waiting", | ||
"version": "4.4.0", | ||
"version": "4.5.0", | ||
"description": "shared typescript types", | ||
@@ -74,3 +74,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "20c611b5eece54cbe8c6ce57aeb069ee656337be" | ||
"gitHead": "10e73fbc02a033c1a72f809d3e9a8f1aad7eeea0" | ||
} |
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
18779
25
280