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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.0
    1

Package Sidebar

Install

npm i devstorm

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

9.61 kB

Total Files

20

Last publish

Collaborators

  • ksalokya007