Module ExportNamedDeclaration.ExportSpecifier

type 'M t = 'M * 'M t'
and 'M t' = {
  1. local : ('M, 'M) Identifier.t;
  2. exported : ('M, 'M) Identifier.t option;
}