Comparing version 0.1.5 to 0.1.6
@@ -8,1 +8,5 @@ // tslint:disable:class-name variable-name | ||
export type Nominal<T, TName> = T & __Type<TName>; | ||
export class EmptyObjectPatch { | ||
protected _?: never; | ||
} |
{ | ||
"name": "tslang", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"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
3947
100