estree v2.4.2 ESTree.VariableDeclaration

Summary

Types

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