Comparing version 0.1.6 to 0.1.7
// tslint:disable:class-name variable-name | ||
declare class __Type<T> { | ||
private __type: T; | ||
protected _: T; | ||
} | ||
@@ -10,3 +10,3 @@ | ||
export class EmptyObjectPatch { | ||
protected _?: never; | ||
protected _?: unknown; | ||
} |
{ | ||
"name": "tslang", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"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
3946