package flow_parser

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type !'M t = 'M * 'M t'
and kind =
  1. | Constructor
  2. | Method
  3. | Get
  4. | Set
and !'M t' = {
  1. kind : kind;
  2. key : 'M Expression.Object.Property.key;
  3. value : 'M * 'M Function.t;
  4. static : bool;
  5. decorators : 'M Expression.t list;
}
OCaml

Innovation. Community. Security.