Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/denoland/std
/
Class
streams/unstable_batch_stream.ts:56–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
* ```
55
*/
56
export
class
BatchStream<T> extends TransformStream<T, T[]> {
57
/**
58
* Constructs a
new
instance.
59
*
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected