Buckets:

imerfanrajabee's picture
download
raw
386 Bytes
export default function setBlocking(blocking) {
if (typeof process === 'undefined')
return;
[process.stdout, process.stderr].forEach(_stream => {
const stream = _stream;
if (stream._handle &&
stream.isTTY &&
typeof stream._handle.setBlocking === 'function') {
stream._handle.setBlocking(blocking);
}
});
}

Xet Storage Details

Size:
386 Bytes
·
Xet hash:
b478fc5ca36201597ec1f4b1c2edb61db207142f8ed0a262573df756d099e536

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.