Comparing version 0.1.21 to 0.1.22
@@ -322,1 +322,6 @@ import {IsEqual} from './comparison'; | ||
| Exclude<TUnion, object>; | ||
export type PartialByKey< | ||
TObject extends object, | ||
TKey extends keyof TObject | ||
> = Omit<TObject, TKey> & Partial<Pick<TObject, TKey>>; |
{ | ||
"name": "tslang", | ||
"version": "0.1.21", | ||
"version": "0.1.22", | ||
"description": "TypeScript Language Type Utilities.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
12079
345