export default function isBoolean(thing:any):thing is boolean{ return (typeof thing == 'boolean') }