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

Text

Text within the document.

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

§Extends

§
DataNode
[src]

§Constructors

§
new Text(data: string)
[src]