unsafeNodeListLength :: forall eff. NodeList -> Eff (dom :: DOM | eff) Int
unsafeNodeListItem :: forall eff. Int -> NodeList -> Eff (dom :: DOM | eff) HTMLElement
unsafeNodeListToArray :: forall eff. NodeList -> Eff (dom :: DOM | eff) (Array HTMLElement)