1.0.0 • Published 6 years ago

santhosh_test v1.0.0

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

santhosh_test

To check whether given input is null or undefined or data is present.

##usage

first install the package as follows:

npm install is-null-or-empty --save

Then, require the package and use it:

Comment: To check if this usage is proper

var isNullOrEmpty = require('is-null-or-empty');

console.log(isNullOrEmpty("")); // true

console.log(isNullOrEmpty("Hello World")); // false