()
| 175 | }) |
| 176 | |
| 177 | export function clearAllOutputStylesCache(): void { |
| 178 | getAllOutputStyles.cache?.clear?.() |
| 179 | } |
| 180 | |
| 181 | export async function getOutputStyleConfig(): Promise<OutputStyleConfig | null> { |
| 182 | const allStyles = await getAllOutputStyles(getCwd()) |
no test coverage detected