Statement.ExportNamedDeclaration
module ExportSpecifier : sig ... end
module ExportBatchSpecifier : sig ... end
type ('M, 'T) t = {
declaration : ('M, 'T) Statement.t option;
specifiers : 'M specifier option;
source : ('M * 'M StringLiteral.t) option;
export_kind : Statement.export_kind;
comments : ('M, unit) Syntax.t option;
}
and 'M specifier =
| ExportSpecifiers of 'M ExportSpecifier.t list
| ExportBatchSpecifier of 'M ExportBatchSpecifier.t