()
| 45 | * Returns a copy to prevent external mutations from affecting internal state. |
| 46 | */ |
| 47 | export function getOutputConfig(): Readonly<OutputConfig> { |
| 48 | return { ...currentConfig } |
| 49 | } |
| 50 | |
| 51 | /** |
| 52 | * Update the output configuration. |
no outgoing calls
no test coverage detected