package flow_parser

  1. Overview
  2. Docs
type t = Loc.t * t'
and attribute =
  1. | Attribute of Attribute.t
  2. | SpreadAttribute of SpreadAttribute.t
and t' = {
  1. name : name;
  2. selfClosing : bool;
  3. attributes : attribute list;
}
OCaml

Innovation. Community. Security.