package flow_parser

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Method : sig ... end
module Property : sig ... end
module PrivateField : sig ... end
module Implements : sig ... end
module Body : sig ... end
type !'M t = {
  1. id : 'M Identifier.t option;
  2. body : 'M Body.t;
  3. superClass : 'M Expression.t option;
  4. typeParameters : 'M Type.ParameterDeclaration.t option;
  5. superTypeParameters : 'M Type.ParameterInstantiation.t option;
  6. implements : 'M Implements.t list;
  7. classDecorators : 'M Expression.t list;
}
OCaml

Innovation. Community. Security.