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