function isFunction(arg){ return typeof arg==='function'; } export default isFunction;