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

CommandLineNode

interface CommandLineNode extends BaseNode {
symbol: string;
text: string;
type: "commandLine";
}

§Extends

§
BaseNode
[src]

§Properties

§
symbol: string
[src]
§
text: string
[src]
§
type: "commandLine"
[src]