1.0.3 • Published 5 years ago

waitthrottle v1.0.3

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

Waitthrottle

Throttle wrapper function.

Install

npm install waitthrottle

Usage

import { throttle } from 'waitthrottle';

const wait = throttle(() => {
    console.log('Waiting 3000ms...');
}, 3000);

setInterval(wait, 100);
1.0.1

5 years ago

1.0.3

5 years ago

1.0.0

5 years ago