MCPcopy
hub / github.com/posthtml/posthtml / RawNode

Interface RawNode

types/posthtml.d.ts:60–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 }
59
60 export interface RawNode<
61 TTag extends Maybe<string> = Maybe<string>,
62 TAttrs extends Maybe<NodeAttributes> = Maybe<NodeAttributes>
63 > {
64 tag: TTag;
65 attrs: TAttrs;
66 content?: Array<string | RawNode>;
67 }
68
69 export interface Node<
70 TTag extends Maybe<string> = Maybe<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…