1.0.0 • Published 4 years ago

learning-npm-with-git v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

Practicing-npm-with-gitdev

mplementing npm commands along with git repository ##usage npm install is-null-or-empty --save var isNullOrEmpty = require('is-null-or-empty'); console.log(isNullOrEmpty("")); // true console.log(isNullOrEmpty("Hello World")); // false