0.0.4 • Published 5 years ago

silly-utils v0.0.4

Weekly downloads
1
License
WTFPL
Repository
-
Last release
5 years ago

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)) // false

Refer example.js for a more detailed look.

Inspiration

License

WTFPL

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago