Module Statement.DeclareModuleExports

type ('M, 'T) t = {
  1. annot : ('M, 'T) Type.annotation;
  2. comments : ('M, unit) Syntax.t option;
}