UNPKG

fluxel

Version:

An ultra-lightweight, high-performance library for efficient DOM building and dynamic web UIs

3 lines (2 loc) 177 B
export declare const targetListenerMap: WeakMap<HTMLElement | Text, Set<() => void>>; export declare function cleanupTargetListenerRecursive(element: HTMLElement | Text): void;