MCPcopy Index your code
hub / github.com/charto/cxml / XModuleTable

Interface XModuleTable

src/parser/JSX.ts:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18export interface XModuleTable {
19 [prefix: string]: XModule;
20}
21
22export interface XMLElementNode<Attributes> extends Array<string | Attributes | XMLNode[]> {
23 0: any;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected