const Stream = require('stream')
      const readableStream = new Stream.Readable()
      readableStream.push('Cuzzo!')
    
  

Jim Morrison