1.0.1 • Published 6 years ago

test_null v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

npmTestNULL

A node.js package to check whether a string is null or empty. It's only for npm learning.

First install package using npm: npm install npmTestNULL --save

Then require the package and use it like this:

console.log("");//true console.log("null");//true console.log("undefined");//true console.log("rupesh");//false

license: MIT

#Made by rupeshiya