MCPcopy
hub / github.com/bombshell-dev/clack / BlockOptions

Interface BlockOptions

packages/core/src/utils/index.ts:27–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27interface BlockOptions {
28 input?: Readable;
29 output?: Writable;
30 overwrite?: boolean;
31 hideCursor?: boolean;
32}
33
34export function block({
35 input = stdin,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected