(value)
| 25471 | return typeof value === "object" && "length" in value; |
| 25472 | } |
| 25473 | function isURL(value) { |
| 25474 | return URL3 && value instanceof URL3; |
| 25475 | } |
| 25476 | module2.exports = wrap({ http: http4, https: https3 }); |
| 25477 | module2.exports.wrap = wrap; |
| 25478 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…