Type alias CommentNode

CommentNode: {
    content: string;
    type: "comment";
}

Type declaration

  • content: string

    The text of the comment.

  • type: "comment"

    The type of the node.

Generated using TypeDoc v0.25.6