package flow_parser

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type !'M t = 'M * 'M t'
and !'M t' = {
  1. key : 'M PrivateName.t;
  2. value : 'M Expression.t option;
  3. typeAnnotation : 'M Type.annotation option;
  4. static : bool;
  5. variance : 'M Variance.t option;
}
OCaml

Innovation. Community. Security.