0.0.1 • Published 6 years ago
throunce v0.0.1
throunce
the throunce
is conflation of two words throttle
and debounce
.
Installation
$ npm install throunce
Usage
import { throttle, debounce } from 'throunce';
throttle(() => {
// Throttled function
}, 500);
debounce(() => {
// Debounced function
}, 500)
0.0.1
6 years ago