Skip to content
This repository was 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

About

Debouncing functions made easy

Resources

License

Stars

Watchers

Forks

Packages

No packages published