package flow_parser

  1. Overview
  2. Docs
type t = {
  1. id : Identifier.t;
  2. typeAnnotation : Type.annotation;
  3. predicate : Type.Predicate.t option;
}
OCaml

Innovation. Community. Security.