delegate-it
Advanced tools
Comparing version 1.1.0-1 to 1.1.0-2
@@ -7,3 +7,3 @@ export declare type EventType = keyof GlobalEventHandlersEventMap; | ||
export declare type DelegateEvent<T extends Event = Event> = T & { | ||
delegateTarget: EventTarget; | ||
delegateTarget: Element; | ||
}; | ||
@@ -10,0 +10,0 @@ declare function delegate<TEvent extends Event = Event>(selector: string, type: EventType, callback: DelegateEventHandler<TEvent>, useCapture?: boolean | AddEventListenerOptions): DelegateSubscription; |
{ | ||
"name": "delegate-it", | ||
"description": "Lightweight event delegation", | ||
"version": "1.1.0-1", | ||
"version": "1.1.0-2", | ||
"repository": "bfred-it/delegate-it", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
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
9209