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