Devstorm Save

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

Project README
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. 😄

Open Source Agenda is not affiliated with "Devstorm" Project. README Source: ksalokya/devstorm
Stars
26
Open Issues
0
Last Commit
2 years ago
Repository
License
MIT
Tags

Open Source Agenda Badge

Open Source Agenda Rating