package flow_parser

  1. Overview
  2. Docs
type t = Loc.t * t'
and t' = {
  1. name : string;
  2. typeAnnotation : Type.annotation option;
  3. optional : bool;
}
OCaml

Innovation. Community. Security.