UNPKG

@benev/nubs

Version:
3 lines (2 loc) 149 B
/** stop an event from bubbling up further in the dom */ export declare function stop<E extends Event>(fun: (event: E) => void): (event: E) => void;