isset
v1.0.4
Published
Determine if a variable is set and is not NULL
Readme
isset
Determine if a variable is set and is not NULL
Install
$ npm install --save issetUsage
const isset = require('isset');
console.log(isset('hello'));
//=> true
console.log(isset(''));
//=> falseLicense
MIT © Bruno Queiros
