node:module
writer.canWrite
writer.end([options])
writer.endSync()
writer.fail(reason)
writer[Symbol.asyncDispose]()
writer.write(chunk[, options])
writer.writeSync(chunk)
writer.writev(chunks[, options])
writer.writevSync(chunks)
stream/iter
from(input)
fromSync(input)
pipeTo(source[, ...transforms], writer[, options])
pipeToSync(source[, ...transforms], writer[, options])
pull(source[, ...transforms][, options])
pullSync(source[, ...transforms])
push([...transforms][, options])
duplex([options])
array(source[, options])
arrayBuffer(source[, options])
arrayBufferSync(source[, options])
arraySync(source[, options])
bytes(source[, options])
bytesSync(source[, options])
text(source[, options])
textSync(source[, options])
ondrain(drainable)
merge(...sources[, options])
tap(callback)
tapSync(callback)
broadcast([options])
broadcast.cancel([reason])
broadcast.consumerCount
broadcast.push([...transforms][, options])