Comparing version 1.0.0-1535141908317 to 1.0.0-1535290136520
@@ -7,3 +7,2 @@ export declare type Listener = { | ||
private events; | ||
constructor(); | ||
emit<K extends keyof T>(event: K, msg: T[K]): void; | ||
@@ -10,0 +9,0 @@ emitAsync<K extends keyof T>(event: K, msg: T[K]): void; |
@@ -7,3 +7,2 @@ export declare type Listener = { | ||
private events; | ||
constructor(); | ||
emit<K extends keyof T>(event: K, msg: T[K]): void; | ||
@@ -10,0 +9,0 @@ emitAsync<K extends keyof T>(event: K, msg: T[K]): void; |
{ | ||
"name": "betsy", | ||
"version": "1.0.0-1535141908317", | ||
"version": "1.0.0-1535290136520", | ||
"description": "Typed events", | ||
@@ -5,0 +5,0 @@ "author": "Christian Alfoni <christianalfoni@gmail.com>", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
23797
252