Package detail

sb-debounce

steelbrain38MITdeprecated1.0.2

Use lodash.debounce instead

Debouncing functions made easy

debounce, function

readme

Debounce

A lightweight utility to handle your debounce needs

Installation

npm install --save sb-debounce

API

function debounce(callback: Function, timeout: number, aggressive: boolean = false)

License

This project is licensed under the terms of MIT License, see the LICENSE file for more info

changelog

1.0.2

  • Support older runtimes

1.0.1

  • Propogate this properly

1.0.0

  • Initial version