const isBoolean = val => typeof val === 'boolean'; module.exports = isBoolean;