MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / BoldNode

Interface BoldNode

packages/ast/parse/types.ts:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38export interface BoldNode {
39 type: string;
40 children: Node[];
41 source: string;
42}
43
44export interface ItalicNode {
45 type: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected