devstorm

1.1.0 • Public • Published
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. 😄

/devstorm/

    Package Sidebar

    Install

    npm i devstorm

    Weekly Downloads

    0

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    9.61 kB

    Total Files

    20

    Last publish

    Collaborators

    • ksalokya007