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