package flow_parser

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module ExportSpecifier : sig ... end
type !'M specifier =
  1. | ExportSpecifiers of 'M ExportSpecifier.t list
  2. | ExportBatchSpecifier of 'M * 'M Identifier.t option
type !'M t = {
  1. declaration : 'M Statement.t option;
  2. specifiers : 'M specifier option;
  3. source : ('M * StringLiteral.t) option;
  4. exportKind : Statement.exportKind;
}
OCaml

Innovation. Community. Security.