module.exports.isUndefined = value => (value === undefined || value === null || value === 'undefined');