isset

1.0.4 • Public • Published

isset

Determine if a variable is set and is not NULL

Install

$ npm install --save isset

Usage

const isset = require('isset');
 
console.log(isset('hello'));
//=> true
 
console.log(isset(''));
//=> false

License

MIT © Bruno Queiros

Readme

Keywords

Package Sidebar

Install

npm i isset

Weekly Downloads

208

Version

1.0.4

License

MIT

Last publish

Collaborators

  • brunoqueiros