UNPKG

swallowify

Version:

Stop propagation of the current event

27 lines (16 loc) 406 B
# swallowify ![Blazing Fast][fast-badge] Stop propagation of the current event. ## Install ``` $ npm install --save swallowify ``` ## Usage ```js const swallowify = require('swallowify'); const eventfulFunction = () => { /// Much STUFF } const swallowPropagationClick = swallowify(eventfulFunction); ``` [fast-badge]: https://img.shields.io/badge/🔥-Blazing%20Fast-red.svg?style=flat-square