Returns true of presented with an undefined value.
module.exports = function(obj) { return obj === void 0; };