arrayify-compact

Casts the given value to a flatten array, and removes falsey items (similar to lodash compact).

to-array.js

Converts primitives and objects (plain or array-like) to a sensible array representation for Node.js and the browser.

args-to-arr

converts arguments or any other array-like object into an array starting from specific index.