package flow_parser

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

Innovation. Community. Security.