UNPKG

@nepwork/dashboards

Version:

Dashboards for emergencies and monitoring

6 lines (5 loc) 140 B
export default function() { var nodes = new Array(this.size()), i = -1; this.each(function() { nodes[++i] = this; }); return nodes; }