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

Interface NoteOptions

packages/prompts/src/note.ts:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18type FormatFn = (line: string) => string;
19export interface NoteOptions extends CommonOptions {
20 format?: FormatFn;
21}
22
23const defaultNoteFormatter = (line: string): string => line;
24

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected