00001 00018 function isUndefined(value) { 00019 return value === undefined; 00020 } 00021 00022 module.exports = isUndefined;