light-throttler
v1.0.0
Published
Yet another throttler
Downloads
3
Readme
Yet another throttler
Throttle: As long as it proceeds to be invoked/called, execute on every interval or under specific circumstances
Installation
Install via NPM:
npm install light-throttler
Usage
javascript
const my_simple_throttler = throttle.simple(THROTTLE_INTERVAL, trigger)
License
This project is licensed under the terms of the MIT license.