MCPcopy Create free account
hub / github.com/HenrikJoreteg/html-parse-stringify / IDoc

Interface IDoc

html-parse-stringify.d.ts:11–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 }
10
11 export interface IDoc {
12 type: string
13 content?: string
14 voidElement: boolean
15 name: string
16 attrs: {}
17 children: IDoc[]
18 }
19
20 export interface IOptions {
21 components: string[]

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…