estree v2.4.0 ESTree.ExportDeclaration
Summary
Types
t :: %ESTree.ExportDeclaration{declaration: ESTree.Declaration.t, default: boolean, loc: ESTree.SourceLocation.t | nil, source: ESTree.Identifier.t | nil, specifiers: [ESTree.ExportSpecifier.t], type: binary}