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

Interface Root

packages/svast/index.d.ts:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19export interface Root extends Parent {
20 type: 'root';
21}
22
23export interface BaseSvelteTag<T extends string> extends SvelteParent {
24 type: T;

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…