vtech-npm-demo-package
v1.0.1
Published
This is a demo to learn - npm with Git
Downloads
2
Readme
vtech-npm-git-demo-package
This is a demo to learn - npm with Git
Usage
Install the package using npm :
npm install vtech-npm-git-demo-package --save
Then require the package and use it: [comment: To check if this usage is proper]
var isNullOrEmpty = require('vtech-npm-git-demo-package'); console.log(isNullOrEmpty("")); // true console.log(isNullOrEmpty("Hello World")); // false