An HTML comment

interface Comment {
    data: string;
    end: number;
    start: number;
    type: "Comment";
}

Hierarchy (View Summary)

Properties

Properties

data: string

the contents of the comment

end: number
start: number
type: "Comment"