const isUndefined = val => val === undefined; module.exports = isUndefined;