MCPcopy
hub / github.com/refined-github/refined-github / ChildNode

Interface ChildNode

source/globals.d.ts:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28// These types are unnecessarily loose
29// https://dom.spec.whatwg.org/#dom-node-textcontent
30interface ChildNode {
31 textContent: string;
32}
33interface Text {
34 textContent: string;
35}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected