| 11 | } from './common.js'; |
| 12 | |
| 13 | export interface LogMessageOptions extends CommonOptions { |
| 14 | symbol?: string; |
| 15 | spacing?: number; |
| 16 | secondarySymbol?: string; |
| 17 | } |
| 18 | |
| 19 | export const log = { |
| 20 | message: ( |
nothing calls this directly
no outgoing calls
no test coverage detected