package flow_parser

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type declaration =
  1. | Declaration of Statement.t
  2. | Expression of Expression.t
type t = {
  1. declaration : declaration;
  2. exportKind : Statement.exportKind;
}