throttler-js

1.0.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i throttler-js

Weekly Downloads

1

Version

1.0.3

License

ISC

Unpacked Size

3.32 kB

Total Files

7

Last publish

Collaborators

  • ismailnguyen