| 12 | import { log } from './log.js'; |
| 13 | |
| 14 | export interface TaskLogOptions extends CommonOptions { |
| 15 | title: string; |
| 16 | limit?: number; |
| 17 | spacing?: number; |
| 18 | retainLog?: boolean; |
| 19 | } |
| 20 | |
| 21 | export interface TaskLogMessageOptions { |
| 22 | raw?: boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected