es6y-throttle

1.0.1 • Public • Published

Throttler

Throttle the execution of a function. Written as an ES6 module.

import throttle from 'es6y-throttle';

window.addEventListener('scroll', throttle( () => console.count(), 1000 ) );

Readme

Keywords

Package Sidebar

Install

npm i es6y-throttle

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • tuxsudo