package flow_parser

  1. Overview
  2. Docs
type t' = {
  1. key : Expression.Object.Property.key;
  2. value : Type.t;
  3. optional : bool;
  4. static : bool;
  5. _method : bool;
  6. variance : Variance.t option;
}
type t = Loc.t * t'
OCaml

Innovation. Community. Security.