Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/JavaScriptRegenerated/yieldparser
/ CSSDeclaration
Interface
CSSDeclaration
src/tailwindcss.test.ts:12–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
}
11
12
interface
CSSDeclaration {
13
name: string;
14
rawValue: string;
15
}
16
17
interface
CSSRule {
18
type
:
'rule'
;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected