StreamChunk

typealias StreamChunk = Any

Node: Buffer, Array, DataView, String, or any.

This type is typically used when consuming chunks from a stream, or emitting chunks to a stream.