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

Interface LogMessageOptions

packages/prompts/src/log.ts:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11} from './common.js';
12
13export interface LogMessageOptions extends CommonOptions {
14 symbol?: string;
15 spacing?: number;
16 secondarySymbol?: string;
17}
18
19export const log = {
20 message: (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected