package flow_parser

  1. Overview
  2. Docs
type property =
  1. | PropertyIdentifier of Identifier.t
  2. | PropertyExpression of Expression.t
type t = {
  1. _object : Expression.t;
  2. property : property;
  3. computed : bool;
}
OCaml

Innovation. Community. Security.