Comparing version 1.1.2 to 1.1.3
@@ -13,1 +13,5 @@ export declare type ITSTypeFunction<T> = (...args: any[]) => T; | ||
export declare type ITSResolvable<R> = R | PromiseLike<R>; | ||
export interface ITSArrayLikeWriteable<T> { | ||
readonly length: number; | ||
[n: number]: T; | ||
} |
{ | ||
"name": "ts-type", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "add some typescript type and re-export some build-in typescript type", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
9854
138