MCPcopy Index your code
hub / github.com/Linen-dev/linen.dev / TextNode

Interface TextNode

packages/ast/parse/types.ts:1–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface TextNode {
2 type: string;
3 value: string;
4 source: string;
5}
6
7export interface UserNode {
8 type: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected