1.0.3 • Published 5 years ago
throttler-js v1.0.3
throttler-js
A simple Javascript Throttler
Install
npm install throttler-jsUsage
import throttle from 'throttler-js';
// Throttle it to 2000ms
throttle(callback, 2000);Tests
npm run testA simple Javascript Throttler
npm install throttler-jsimport throttle from 'throttler-js';
// Throttle it to 2000ms
throttle(callback, 2000);npm run test