(line: string)
| 21 | } |
| 22 | |
| 23 | const defaultNoteFormatter = (line: string): string => line; |
| 24 | |
| 25 | const wrapWithFormat = (message: string, width: number, format: FormatFn): string => { |
| 26 | const opts: WrapAnsiOptions = { |
nothing calls this directly
no outgoing calls
no test coverage detected