package flow_parser

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type !'M declaration =
  1. | Variable of 'M * 'M DeclareVariable.t
  2. | Function of 'M * 'M DeclareFunction.t
  3. | Class of 'M * 'M DeclareClass.t
  4. | DefaultType of 'M Type.t
  5. | NamedType of 'M * 'M TypeAlias.t
  6. | NamedOpaqueType of 'M * 'M OpaqueType.t
  7. | Interface of 'M * 'M Interface.t
type !'M t = {
  1. default : bool;
  2. declaration : 'M declaration option;
  3. specifiers : 'M ExportNamedDeclaration.specifier option;
  4. source : ('M * StringLiteral.t) option;
}
OCaml

Innovation. Community. Security.