Existential
The missing existential operator for JavaScript. Returns true unless a variable is
null
orundefined
.
Install
npm install existential
If you want to use in the browser (powered by Browserify):
bower install existential --save
and later link in your HTML:
Usage
var exists = ; console;// => false console;// => true
License
MIT © Kiko Beats