binary-parser
binary-parser copied to clipboard
array() no longer returns an array (it returns an object)
array used to return a JS Array. It now returns an object. This is frustrating when you're attempting to access Array polyfills.