rad-event-listeners
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -27,2 +27,2 @@ interface EventTargetLike { | ||
export { type EventForType, type EventListenerFor, type EventListenerObjectFor, type EventListenerOrEventListenerObjectFor, type EventListenerTuple, type EventTargetLike, type EventTypes, radEventListeners, rads }; | ||
export { type BivariantEventListenerFor, type EventForType, type EventListenerFor, type EventListenerObjectFor, type EventListenerOrEventListenerObjectFor, type EventListenerTuple, type EventTargetLike, type EventTypes, type HandlerMap, radEventListeners, rads }; |
{ | ||
"name": "rad-event-listeners", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Utility to add multiple event listeners", | ||
@@ -15,2 +15,7 @@ "repository": { | ||
"types": "./dist/index.d.ts", | ||
"keywords": [ | ||
"addEventListener", | ||
"cleanup", | ||
"typescript" | ||
], | ||
"exports": { | ||
@@ -17,0 +22,0 @@ "./package.json": "./package.json", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
22674