(message: string)
| 111 | } |
| 112 | |
| 113 | export function outro(message: string): void { |
| 114 | clackOutro(message); |
| 115 | } |
| 116 | |
| 117 | export function note(message: string, title?: string): void { |
| 118 | clackNote(message, title); |
no outgoing calls
no test coverage detected