Submit
Path:
~
/
/
proc
/
self
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
set-blocking
/
File Content:
index.js
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) } }) }
Submit
FILE
FOLDER
Name
Size
Permission
Action
CHANGELOG.md
718 bytes
0644
LICENSE.txt
731 bytes
0644
README.md
1538 bytes
0644
index.js
252 bytes
0644
package.json
1791 bytes
0644
N4ST4R_ID | Naxtarrr