Mpipe
Bun

method

fs.ReadStream.pipe

pipe<T extends WritableStream>(
destination: T,
options?: { end: boolean }
): T;