1.0.0 • Published 10 months ago

utilsverse v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

UtilsVerse

Installation

npm i utilsverse

Example

// import module
import {debounce} from 'utilsverse/camelCase';

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

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

Docs

Visit here for documentation. UtilsVerse-demo

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

1.0.0

10 months ago