UNPKG

@blockquote/frontend-utilities

Version:

Utilities for managing the DOM, handling events, and performing various common tasks in frontend development.

3 lines (2 loc) 204 B
export function redispatchEventFromEvent(element: Element, ev: Event | CustomEvent, options?: any): boolean; export function redispatchEvent(element: Element, ev: Event | string, options?: any): boolean;