export default function isObject(thing):thing is Object{ return typeof thing == 'object' }