@stoplight/types
Advanced tools
Comparing version 4.0.0 to 4.1.0
@@ -17,2 +17,3 @@ export declare type Primitive = string | number | boolean | undefined | null; | ||
}; | ||
export declare type Optional<T> = T | undefined; | ||
export {}; |
{ | ||
"name": "@stoplight/types", | ||
"version": "4.0.0", | ||
"version": "4.1.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
25047
334