| 7 | } |
| 8 | |
| 9 | interface PostCSSProcessResult { |
| 10 | code: string |
| 11 | deps: string[] |
| 12 | map?: string |
| 13 | modules?: Record<string, string> |
| 14 | } |
| 15 | |
| 16 | export interface PostCSSModulesOptions { |
| 17 | isModule: boolean |
nothing calls this directly
no outgoing calls
no test coverage detected