As a newcomer to Clojurescript it appears to me that every Clojurescript project will have some snippet of code like this:
(extend-type js/NodeList ISeqable
If you are looking for a way to create a sequence from a NodeList there is array-seq function.
NodeList
array-seq
(array-seq (js/document.querySelectorAll "div"))