@react-spring/types
Advanced tools
Comparing version 9.5.3 to 9.5.4
# @react-spring/types | ||
## 9.5.4 | ||
## 9.5.3 |
{ | ||
"name": "@react-spring/types", | ||
"version": "9.5.3", | ||
"version": "9.5.4", | ||
"description": "Internal package with TypeScript stuff", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -121,2 +121,4 @@ /** | ||
export type AllKeys<T> = T extends any ? keyof T : never | ||
export type Exclusive<T> = AllKeys<T> extends infer K | ||
@@ -123,0 +125,0 @@ ? T extends any |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
9981
224
0