Skip to content

Functions which add behavior to the passed in functions.

Notifications You must be signed in to change notification settings

bhchandra/function-decorators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

function-decorators

Functions which add slight behavior to the passed in functions.


once - makes a function execute only once.

after - makes a function execute after the function invocation count is greater than the specified number.

throttle - regulate the rate at which the function is executed.

Ideas borrowed from this article

About

Functions which add behavior to the passed in functions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages