package flow_parser

  1. Overview
  2. Docs
type t = {
  1. id : Identifier.t;
  2. typeParameters : Type.ParameterDeclaration.t option;
  3. body : Loc.t * Type.Object.t;
  4. extends : (Loc.t * Type.Generic.t) list;
  5. mixins : (Loc.t * Type.Generic.t) list;
}
OCaml

Innovation. Community. Security.