1.0.0 • Published 4 years ago

thirupackage v1.0.0

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

FirstRepo

First repository for frescoplay

Thiru package

Checking whether the value passed is null or empty or undefined

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