(message: string, title?: string)
| 115 | } |
| 116 | |
| 117 | export function note(message: string, title?: string): void { |
| 118 | clackNote(message, title); |
| 119 | } |
| 120 | |
| 121 | export function spinner(): PromptSpinner { |
| 122 | const s = clackSpinner(); |
no outgoing calls
no test coverage detected