1.0.5 • Published 4 years ago
nano-debounce v1.0.5
nano-debounce
Minimal debounce function with immediate call support. 65 bytes (minified and gzipped) Size Limit controls the size
Install
npm install nano-debounce --save
Usage
import debounce from 'nano-debounce';
debounce(callback, ms);
debounce(callback, ms, true); // with immediate call