@arwes/tools
Advanced tools
Comparing version 1.0.0-next.24080101 to 1.0.0-next.24082701
@@ -5,1 +5,4 @@ export type PartialDeep<T> = { | ||
export type NoInfer<T> = [T][T extends any ? 0 : never]; | ||
export type Writable<T> = { | ||
-readonly [P in keyof T]: T[P]; | ||
}; |
{ | ||
"name": "@arwes/tools", | ||
"version": "1.0.0-next.24080101", | ||
"version": "1.0.0-next.24082701", | ||
"publishConfig": { | ||
@@ -51,3 +51,3 @@ "access": "public" | ||
}, | ||
"gitHead": "11d040d734a300d67c39d53ce91d72829640c89e" | ||
"gitHead": "5e52d92f96afa347406c29f64ba1ae8c4089f096" | ||
} |
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
11225
251