1.0.0 • Published 4 years ago

light-throttler v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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.