export default function isArray(thing:any):thing is Array{ return (thing && Array.isArray(thing)); }