package flow_parser

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type !'M element =
  1. | Method of 'M Method.t
  2. | Property of 'M Property.t
  3. | PrivateField of 'M PrivateField.t
type !'M t = 'M * 'M t'
and !'M t' = {
  1. body : 'M element list;
}
OCaml

Innovation. Community. Security.