Skip to content

Instantly share code, notes, and snippets.

@pparidans
Created August 2, 2016 08:30
Show Gist options
  • Save pparidans/869a04959633c8ac76d35d9611b14f07 to your computer and use it in GitHub Desktop.
Save pparidans/869a04959633c8ac76d35d9611b14f07 to your computer and use it in GitHub Desktop.
export function nodeList2Array(nodeList) {
return Array.prototype.slice.call(nodeList)
}
export default nodeList2Array
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment