package flow_parser

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type !'M property =
  1. | PropertyIdentifier of 'M Identifier.t
  2. | PropertyPrivateName of 'M PrivateName.t
  3. | PropertyExpression of 'M Expression.t
type !'M t = {
  1. _object : 'M Expression.t;
  2. property : 'M property;
  3. computed : bool;
}
OCaml

Innovation. Community. Security.