AstRoot: {
    comment?: Comment[];
    content: Node[];
    kind: "ast.root";
}

Type declaration

  • Optional comment?: Comment[]

    Comments in the document.

  • content: Node[]

    Nodes of the parsed document.

  • kind: "ast.root"

Generated using TypeDoc