Focus on being productive instead of busy. 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. 😄