Skip to content

throttle or debounce function

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.md
Notifications You must be signed in to change notification settings

letmeknowhow/throunce

Repository files navigation

throunce

the throunce is conflation of two words throttle and debounce.

Installation

$ npm install throunce

Usage

import { throttle, debounce } from 'throunce';

throttle(() => {
  // Throttled function
}, 500);

debounce(() => {
  // Debounced function
}, 500)

About

throttle or debounce function

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published