Comparing version 0.1.15 to 0.1.16
@@ -285,1 +285,7 @@ import {IsEqual} from './comparison'; | ||
: __DeepReadonly<T>; | ||
export type Intersection<TUnion> = (TUnion extends any | ||
? (_: TUnion) => void | ||
: never) extends ((_: infer T) => void) | ||
? T | ||
: never; |
{ | ||
"name": "tslang", | ||
"version": "0.1.15", | ||
"version": "0.1.16", | ||
"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
9586
278