UNPKG

tsdom

Version:

Fast, lightweight JavaScript DOM manipulation utility

3 lines (2 loc) 146 B
declare function delegate(scope: HTMLElement, query: string, cb: (ev: Event, el: HTMLElement) => void): (ev: Event) => void; export { delegate };