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

Interface Text

source/globals.d.ts:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 textContent: string;
32}
33interface Text {
34 textContent: string;
35}
36interface Element {
37 textContent: string;
38}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected