package flow_parser

  1. Overview
  2. Docs
type t = Loc.t * t'
and t' = {
  1. id : Identifier.t;
  2. typeParameters : Type.ParameterInstantiation.t option;
}
OCaml

Innovation. Community. Security.