sb-debounce

Debouncing functions made easy


Keywords
debounce, function
License
MIT
Install
npm install sb-debounce@1.0.0

Documentation

Debounce

This package has been deprecated in favor of lodash.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