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