typed-emitter
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -36,2 +36,3 @@ type Arguments<T> = [T] extends [(...args: infer U) => any] | ||
eventNames (): (keyof Events | string | symbol)[] | ||
rawListeners<E extends keyof Events> (event: E): Function[] | ||
listeners<E extends keyof Events> (event: E): Function[] | ||
@@ -38,0 +39,0 @@ listenerCount<E extends keyof Events> (event: E): number |
{ | ||
"name": "typed-emitter", | ||
"version": "1.1.0", | ||
"version": "1.2.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
4890
39