Module Dom.HtmlCollection

type t = Dom.htmlCollection;
let toArray: t => array(Dom.element);
let length: t => int;
let item: int => t => option(Dom.element);
let namedItem: string => t => option(Dom.element);