nott
v0.0.3
Published
Very simple module for if conditions where you require a variable to be defined
Downloads
1
Maintainers
Readme
nott
Very simple module for if conditions where you require a variable to be defined
Example
var not = require('nott')
exports.myCoolFunction = function(epicData, cb){
if(not(cb)) throw new Error("No callback defined")
}