callback-registry
Advanced tools
Comparing version 2.2.3 to 2.2.4
@@ -10,3 +10,3 @@ export interface UnsubscribeFunction { | ||
*/ | ||
add(key: string, callback: () => any): UnsubscribeFunction; | ||
add(key: string, callback: (...args) => any): UnsubscribeFunction; | ||
@@ -13,0 +13,0 @@ /** |
{ | ||
"name": "callback-registry", | ||
"version": "2.2.3", | ||
"version": "2.2.4", | ||
"description": "Registry for callbacks", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
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
9482