silly-utils
v0.0.4
Published
A bunch of silly utility functions for learning opensource and npm :)
Downloads
11
Readme
Silly Utils
This is a silly collection of utility functions to use in JS projects.
Warning💣 : Do not use this in your projects!
I'm mainly doing this project to learn
- contributing to opensource
- how to publish and maintain npm packages
- to teach my friends how to do the same 😜
Usage
const silly = require('silly-utils')
const array = [1, 2, 3]
console.log(silly.isNullOrEmpty(array)) // falseRefer example.js for a more detailed look.
