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

Function defaultNoteFormatter

packages/prompts/src/note.ts:23–23  ·  view source on GitHub ↗
(line: string)

Source from the content-addressed store, hash-verified

21}
22
23const defaultNoteFormatter = (line: string): string => line;
24
25const wrapWithFormat = (message: string, width: number, format: FormatFn): string => {
26 const opts: WrapAnsiOptions = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected