module.exports = isFunction = val => typeof val === 'function';