const isNull = val => val === null; module.exports = isNull;