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

Identifier

interface Identifier extends ExpressionBase {
optional: boolean;
type: "Identifier";
value: string;
}

§Extends

§
ExpressionBase
[src]

§Properties

§
optional: boolean
[src]
§
type: "Identifier"
[src]
§
value: string
[src]