@stoplight/types
Advanced tools
Comparing version 7.1.0 to 8.0.0
@@ -13,3 +13,2 @@ export declare type Primitive = string | number | boolean | undefined | null; | ||
}; | ||
export declare type Omit<T, K extends keyof T> = Pick<T, Exclude<keyof T, K>>; | ||
export declare type Opaque<K, T> = T & { | ||
@@ -16,0 +15,0 @@ __TYPE__: K; |
{ | ||
"name": "@stoplight/types", | ||
"version": "7.1.0", | ||
"version": "8.0.0", | ||
"description": "Common typings for the Stoplight ecosystem.", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
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
22682
311