* Emits a chunk containing the specified values.
(chunk: Chunk.Chunk<A>)
| 31 | * Emits a chunk containing the specified values. |
| 32 | */ |
| 33 | chunk(chunk: Chunk.Chunk<A>): Promise<B> |
| 34 | |
| 35 | /** |
| 36 | * Terminates with a cause that dies with the specified defect. |
no outgoing calls
no test coverage detected