ESTree.VariableDeclaration

Source

Types

t :: %ESTree.VariableDeclaration{type: binary, loc: ESTree.SourceLocation.t | nil, declarations: [ESTree.VariableDeclarator.t], kind: :var | :let | :const}