Skip to content
This repository has been archived by the owner on Dec 31, 2018. It is now read-only.

steelbrain/debounce

Repository files navigation

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