in src/Transport.ts [752:754]
function isStream (obj: any): obj is ReadableStream { return obj != null && typeof obj.pipe === 'function' }