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