Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

garvin

gauravprayag8ISC1.0.0

null

readme

pro1

<Description of what the package does>

Usage

Install the package using npm :

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