(input)
| 6785 | } |
| 6786 | var streamDestructionSupported = "destroy" in Stream3.Readable.prototype; |
| 6787 | function isRequest2(input) { |
| 6788 | return typeof input === "object" && typeof input[INTERNALS$2] === "object"; |
| 6789 | } |
| 6790 | function isAbortSignal(signal) { |
| 6791 | const proto2 = signal && typeof signal === "object" && Object.getPrototypeOf(signal); |
| 6792 | return !!(proto2 && proto2.constructor.name === "AbortSignal"); |
no outgoing calls
no test coverage detected
searching dependent graphs…