Module ExportNamedDeclaration.ExportSpecifier

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