How to use the Stream function from readable-stream
Find comprehensive JavaScript readable-stream.Stream code examples handpicked from public code repositorys.
GitHub: winstonjs/winston
123 124 125 126 127 128 129 130 131 132
* Returns a log stream for this transport. Options object is optional. * @param {Object} options - Stream options for this instance. * @returns {Stream} - TODO: add return description */ stream(options = {}) { const stream = new Stream(); options = { method: 'stream', params: options };
0
0
223
+ 3 other calls in file
readable-stream.call is the most popular function in readable-stream (1227 examples)