Home
last modified time | relevance | path

Searched refs:isPipe (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/npm/node_modules/@npmcli/promise-spawn/lib/
Dindex.js159 const isPipe = (stdio = 'pipe', fd) => { function
165 return isPipe(stdio[fd], fd)
178 if (isPipe(stdio, 1)) {
185 if (isPipe(stdio, 2)) {