Skip to content

Utility functions to increase productivity so that one can focus on being productive instead of busy.

License

Notifications You must be signed in to change notification settings

ksalokya/devstorm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Devicon Logo
Focus on being productive instead of busy.

GitHub release (latest by semver) GitHub GitHub contributors GitHub branch checks state GitHub issues by-label GitHub Repo stars


Installation

npm i devstorm

Example

// import module
import debounce from 'devstorm/debounce';

// debounce function
debounce(()=>{
  // callback
},time);

Ex - 
debounce(()=>{
  // callback
},1000);

Docs

Visit here for documentation. devstorm-demo

Leave a star behind if this repo helped you in any way. 😄

About

Utility functions to increase productivity so that one can focus on being productive instead of busy.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published