(obj)
| 1634 | } |
| 1635 | __name(wrapRequestBody, "wrapRequestBody"); |
| 1636 | function isStream(obj) { |
| 1637 | return obj && typeof obj === "object" && typeof obj.pipe === "function" && typeof obj.on === "function"; |
| 1638 | } |
| 1639 | __name(isStream, "isStream"); |
| 1640 | function isBlobLike(object) { |
| 1641 | return object instanceof Blob; |
no outgoing calls
no test coverage detected
searching dependent graphs…