@alloc/types
Advanced tools
Comparing version 2.2.3 to 2.3.0
@@ -8,2 +8,4 @@ /** Try to simplify `&` out of an object type */ | ||
export type LooseAccess<T, K> = K extends keyof T ? T[K] : never | ||
export type Pick<T, K extends keyof T> = {} & { | ||
@@ -10,0 +12,0 @@ [P in K]: T[P] |
{ | ||
"name": "@alloc/types", | ||
"version": "2.2.3", | ||
"version": "2.3.0", | ||
"types": "index.d.ts", | ||
@@ -5,0 +5,0 @@ "files": [ |
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
5757
102