# LightqueryCollection#toArray
TIP
declare function toArray(): DomElementType[];
Convert the result set to an array:
const arr = document.querySelectorAll("body");
µ(arr)
.toArray(); //-> [body]
TIP
declare function toArray(): DomElementType[];
Convert the result set to an array:
const arr = document.querySelectorAll("body");
µ(arr)
.toArray(); //-> [body]