1.0.0 • Published 6 years ago
npmpackagebykishan v1.0.0
npmpackagebykishan
This package is for practicing the npm package publish
Usage
Install the package using npm :
npm install npmpackagebykishan --save
Then, require the package and use it:
Comment: To check if this usage is proper
var isNullOrEmpty = require('npmpackagebykishan');
console.log(isNullOrEmpty("")); // true
console.log(isNullOrEmpty("Hello World")); // false
1.0.0
6 years ago