callback-registry
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -20,2 +20,8 @@ /** | ||
execute(key: string, ...argumentsArr: any[]): object[]; | ||
/** | ||
* Removes all keys and callbacks from the registry. | ||
* Useful when cleaning up your components | ||
*/ | ||
clear(): void; | ||
} | ||
@@ -22,0 +28,0 @@ |
{ | ||
"name": "callback-registry", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "Registry for callbacks", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
5755
83