UNPKG

swallowify

Version:

Stop propagation of the current event

6 lines (5 loc) 188 B
declare module 'swallowify' { type EventfulFunction<A> = (event: Event) => A function swallowify<A>(eventfulFunction: EventfulFunction<A>): EventfulFunction<A>; export = swallowify; }