common-types
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -11,3 +11,3 @@ /** | ||
*/ | ||
interface INumericArray<T> { | ||
interface INumericArray<T = any> { | ||
[key: number]: T; | ||
@@ -14,0 +14,0 @@ } |
{ | ||
"name": "common-types", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Common types not included in Typescript", | ||
@@ -5,0 +5,0 @@ "main": "common-types.ts", |
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
4113
4