/// /// import toArray = require('stream-to-array'); var rs: NodeJS.ReadableStream; toArray(rs, (err, arr) => { });