estree v2.5.0 ESTree.VariableDeclaration

Summary

Types

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