Skip to content

letmeknowhow/throunce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors