package flow_parser

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Property : sig ... end
module RestProperty : sig ... end
type !'M property =
  1. | Property of 'M Property.t
  2. | RestProperty of 'M RestProperty.t
type !'M t = {
  1. properties : 'M property list;
  2. typeAnnotation : 'M Type.annotation option;
}
OCaml

Innovation. Community. Security.