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

PlainNode

interface PlainNode extends BaseNode {
text: string;
type: "plain";
}

§Extends

§
BaseNode
[src]

§Properties

§
text: string
[src]
§
type: "plain"
[src]