package flow_parser

  1. Overview
  2. Docs
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;
}
OCaml

Innovation. Community. Security.