(stream4)
| 66580 | // node_modules/execa/lib/pipe.js |
| 66581 | var import_node_fs = require("node:fs"); |
| 66582 | var import_node_child_process = require("node:child_process"); |
| 66583 | |
| 66584 | // node_modules/is-stream/index.js |
| 66585 | function isStream(stream4) { |
| 66586 | return stream4 !== null && typeof stream4 === "object" && typeof stream4.pipe === "function"; |
| 66587 | } |
no test coverage detected
searching dependent graphs…