Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/dax/src/pipes.ts>CapturingBufferWriter

Cross platform shell tools for Deno inspired by zx.
Very Popular
Go to Latest
class CapturingBufferWriter
implements [Deno.WriterSync]
import { CapturingBufferWriter } from "https://deno.land/x/dax@0.28.0/src/pipes.ts";

Constructors

new
CapturingBufferWriter(innerWriter: Deno.WriterSync, buffer: Buffer)

Methods

writeSync(p: Uint8Array)