MCPcopy Create free account
hub / github.com/bombshell-dev/clack /

Class

packages/prompts/test/test-utils.ts:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Readable, Writable } from 'node:stream';
2
3export class MockWritable extends Writable {
4 public buffer: string[] = [];
5 public isTTY = false;
6 public columns = 80;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected