Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "homey", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "type declarations for homey", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -0,1 +1,3 @@ | ||
import { EventEmitter } from "events"; | ||
export = SimpleClass; | ||
@@ -6,3 +8,3 @@ /** | ||
*/ | ||
declare class SimpleClass { | ||
declare class SimpleClass extends EventEmitter { | ||
/** | ||
@@ -9,0 +11,0 @@ * Log a message to the console (stdout) |
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
96158
2572
207
3
4
2
34