export default function isString(thing):thing is string{ return typeof thing == 'string'; }