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