@transcend-io/type-utils
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -149,3 +149,7 @@ /** | ||
export declare type Awaited<T> = T extends PromiseLike<infer U> ? U : T; | ||
/** | ||
* Utility type that passes through the interface given that its keys are exactly equal to the keys string union | ||
*/ | ||
export declare type KeysStrictlyEqual<Keys extends string, Interface extends [keyof Interface] extends [Keys] ? [Keys] extends [keyof Interface] ? unknown : never : never> = Interface; | ||
export {}; | ||
//# sourceMappingURL=types.d.ts.map |
@@ -5,3 +5,3 @@ { | ||
"description": "Small package containing useful typescript utilities.", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"homepage": "https://github.com/transcend-io/type-utils", | ||
@@ -8,0 +8,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
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
119720
1387