MCPcopy Index your code
hub / github.com/posthtml/posthtml / Node

Interface Node

types/posthtml.d.ts:69–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 }
68
69 export interface Node<
70 TTag extends Maybe<string> = Maybe<string>,
71 TAttrs extends Maybe<NodeAttributes> = Maybe<NodeAttributes>
72 > extends NodeAPI, RawNode<TTag, TAttrs> {
73 content?: Array<string | Node>;
74 options?: Options;
75 }
76
77 export interface Options {
78 sync?: boolean;

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…