nitin-npm-test
v1.0.0
Published
<Description of what the package does> Test package ## Usage Install the package using npm : npm install nitin-npm-test --save Then, require the package and use it: [Comment: To check if this usage is proper] var isNullOrEmpty = require('nitin-np
Downloads
4
Readme
nitin-npm-test
Test package
Usage
Install the package using npm : npm install nitin-npm-test --save Then, require the package and use it: [Comment: To check if this usage is proper] var isNullOrEmpty = require('nitin-npm-test'); console.log(isNullOrEmpty("")); // true console.log(isNullOrEmpty("Hello World")); // false