/swallowify

Primary LanguageJavaScript

swallowify

Blazing Fast

Stop propagation of the current event.

Install

$ npm install --save swallowify

Usage

const swallowify = require('swallowify');

const eventfulFunction = () => {
  /// Much STUFF
}

const swallowPropagationClick = swallowify(eventfulFunction);