typed-emitter
Advanced tools
Comparing version 0.2.0 to 1.0.0
@@ -31,3 +31,3 @@ type Arguments<T> = [T] extends [(...args: infer U) => any] | ||
off<E extends keyof Events>(event: E, listener: Events[E]): this | ||
removeAllListeners<E extends keyof Events> (event: E): this | ||
removeAllListeners<E extends keyof Events> (event?: E): this | ||
removeListener<E extends keyof Events> (event: E, listener: Events[E]): this | ||
@@ -34,0 +34,0 @@ |
{ | ||
"name": "typed-emitter", | ||
"version": "0.2.0", | ||
"version": "1.0.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Strictly typed event emitter interface for TypeScript 3.", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
4810
1