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