| 2 | import type { CSSModulesOptions, PostCSSOptions } from './options.ts' |
| 3 | |
| 4 | interface PostCSSConfigResult { |
| 5 | options: Record<string, any> |
| 6 | plugins: any[] |
| 7 | } |
| 8 | |
| 9 | interface PostCSSProcessResult { |
| 10 | code: string |
nothing calls this directly
no outgoing calls
no test coverage detected