MCPcopy
hub / github.com/pngwn/MDsveX / SvelteParent

Interface SvelteParent

packages/svast/index.d.ts:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 | SvelteMeta;
14
15export interface SvelteParent extends Parent {
16 children: SvelteChild[];
17}
18
19export interface Root extends Parent {
20 type: 'root';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…