const nodeListToArray = nodeList => Array.prototype.slice.call(nodeList); module.exports = nodeListToArray;