common-types
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -0,1 +1,7 @@ | ||
/** | ||
* This is a bizarre work-around to allow for the | ||
* importation of enumerations. For more details | ||
* see: http://bit.ly/2vZ697Z | ||
*/ | ||
export class __workaround__ {} | ||
@@ -48,8 +54,1 @@ /** | ||
}; | ||
/** | ||
* This is a bizarre work-around to allow for the | ||
* importation of enumerations. For more details | ||
* see: http://bit.ly/2vZ697Z | ||
*/ | ||
export class __workaround__ {} |
{ | ||
"name": "common-types", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"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
47