module.exports = function (blocking) { [process.stdout, process.stderr].forEach(function (stream) { if (stream._handle && stream.isTTY && typeof stream._handle.setBlocking === 'function') { stream._handle.setBlocking(blocking) } }) }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
CHANGELOG.md | File | 718 B | 0644 |
|
LICENSE.txt | File | 731 B | 0644 |
|
README.md | File | 1.5 KB | 0644 |
|
index.js | File | 252 B | 0644 |
|
package.json | File | 985 B | 0644 |
|