or-die
v0.0.1
Published
The simple way to exit if things aren't as you want.
Downloads
17
Readme
#OR DIE! Classic idiom from shell programming brought to you in node. The simple way to exit if things aren't as you want.
#Example
die = require('or-die')
true || die('nope')
false || die('die die die')