Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Comment

Comments within the document.

class Comment extends DataNode {
constructor(data: string);
}

§Extends

§
DataNode
[src]

§Constructors

§
new Comment(data: string)
[src]