maxbot-git
v1.0.1
Published
A Maxbot project package extension on git
Downloads
3
Readme
maxbot-git
A Maxbot project package extension on git
Usage
Install the package using npm :
npm install maxbot-git --saveThen, require the package and use it: [Comment: To check if this usage is proper]
var isNullOrEmpty = require('maxbot-git');
console.log(isNullOrEmpty("")); // true
console.log(isNullOrEmpty("Hello World")); // false