package flow_parser

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module RestElement : sig ... end
type element =
  1. | Element of Pattern.t
  2. | RestElement of RestElement.t
type t = {
  1. elements : element option list;
  2. typeAnnotation : Type.annotation option;
}