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