* feat(streams): add toLines
* chore(streams): remove testing code
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
* chore(streams): fmt
* adjust(streams): change toLines return type to `ReadableStream<string>`
- Change the return type from `AsyncGenerator<string>` to `ReadableStream<string>`
- Change `readable` to only be of type `ReadableStream<Uint8Array>`
- Add `options` argument of type `PipeOptions.`
* work
* work
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>