package flow_parser

  1. Overview
  2. Docs
module Property : sig ... end
module Indexer : sig ... end
module CallProperty : sig ... end
type t = {
  1. exact : bool;
  2. properties : Property.t list;
  3. indexers : Indexer.t list;
  4. callProperties : CallProperty.t list;
}
OCaml

Innovation. Community. Security.