const isFunction = func => Object.prototype.toString.call(func) === '[object Function]'; export default { isFunction };