UNPKG

rocky

Version:

Full-featured, middleware-oriented, hackable HTTP and WebSocket proxy

7 lines (5 loc) 137 B
const slicer = Array.prototype.slice module.exports = function toArray (o) { if (!o || !o.length) return [] return slicer.call(o) }