Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ makeMap } from
'./utils'
;
2
3
export
interface
Text {
4
content: string;
5
type
:
'text'
|
'comment'
;
6
}
7
8
export
interface
Node {
9
key?: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected