MCPcopy Index your code
hub / github.com/JavaScriptRegenerated/yieldparser / Declaraction

Interface Declaraction

src/index.test.ts:377–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375 describe('CSS', () => {
376 type Selector = string;
377 interface Declaraction {
378 property: string;
379 value: string;
380 }
381 interface Rule {
382 selectors: Array<Selector>;
383 declarations: Array<Declaraction>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected