toArray.js 71 Bytes Raw Blame History Permalink 1 2 3 export function toArray (v) { return Array.prototype.slice.call(v) }