You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(stream): document and publicly export readStream and toStream
Surface the readStream/toStream helpers under the `stream` namespace
alongside the other stream utilities, and add full TSDoc describing their
abort/cancel semantics so they are discoverable and supported for user code.
Co-authored-by: Cursor <cursoragent@cursor.com>
Document and publicly export the `readStream` and `toStream` stream helpers. `readStream` consumes a `ReadableStream` as an abortable async generator, and `toStream` adapts an `AsyncIterable` into a `ReadableStream`. Both are now surfaced under the `stream` namespace alongside the other stream utilities and carry full TSDoc describing their abort/cancel semantics.
0 commit comments