ESTree.ExportDeclaration
SourceTypes ↑
t :: %ESTree.ExportDeclaration{type: binary, loc: ESTree.SourceLocation.t | nil, declaration: ESTree.Declaration.t, specifiers: [ESTree.ExportSpecifier.t | ESTree.ExportBatchSpecifier.t], default: boolean, source: ESTree.Identifier.t | nil}