Handling ReadableStream<string> Issue
This may be a random question, but does anyone know how to solve this? I have a ReadableStream<string> and I want the row to be a string. But I'm getting this error, not sure if it's effect, typescript or node related. Thanks 

