| 16 | } |
| 17 | |
| 18 | export interface XModuleTable { |
| 19 | [prefix: string]: XModule; |
| 20 | } |
| 21 | |
| 22 | export interface XMLElementNode<Attributes> extends Array<string | Attributes | XMLNode[]> { |
| 23 | 0: any; |
nothing calls this directly
no outgoing calls
no test coverage detected