ESTree.ExportNamedDeclaration

Summary

Types

t :: %ESTree.ExportNamedDeclaration{type: binary, loc: ESTree.SourceLocation.t | nil, declaration: ESTree.Declaration.t | nil, specifiers: [ESTree.ExportSpecifier], source: ESTree.Literal.t | nil}