Class VariableDeclarationStatement

Hierarchy

  • BaseNode
    • VariableDeclarationStatement

Constructors

Properties

expression: null | Expression = null
location: Location
range: [number, number]
src: `${number}:${number}`
type: "VariableDeclarationStatement" = ...
variables: VariableDeclaration[] = []

Generated using TypeDoc