export function isAsyncIterable (thing: any): thing is AsyncIterable { return thing[Symbol.asyncIterator] != null }