const toArray = arraylike => [...arraylike]; export default toArray;