Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/JavaScriptRegenerated/yieldparser
/ Rule
Interface
Rule
src/index.test.ts:381–384 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
379
value: string;
380
}
381
interface
Rule {
382
selectors: Array<Selector>;
383
declarations: Array<Declaraction>;
384
}
385
386
const
whitespaceMay = /^\s*/;
387
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected