MCPcopy
hub / github.com/web-infra-dev/garfish / Text

Interface Text

packages/utils/src/domApis.ts:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { makeMap } from './utils';
2
3export interface Text {
4 content: string;
5 type: 'text' | 'comment';
6}
7
8export interface Node {
9 key?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected