MCPcopy Create free account
hub / github.com/rolldown/tsdown / PostCSSProcessResult

Interface PostCSSProcessResult

packages/css/src/postcss.ts:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7}
8
9interface PostCSSProcessResult {
10 code: string
11 deps: string[]
12 map?: string
13 modules?: Record<string, string>
14}
15
16export interface PostCSSModulesOptions {
17 isModule: boolean

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected