package flow_parser

  1. Overview
  2. Docs
type declaration =
  1. | Declaration of Statement.t
  2. | Expression of Expression.t
type t = {
  1. declaration : declaration;
  2. exportKind : Statement.exportKind;
}
OCaml

Innovation. Community. Security.