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