UNPKG

photocopy

Version:

Iterate anything and return a modified copy.

9 lines (6 loc) 171 B
var pc = require('../../index') var slice = Array.prototype.slice module.exports = extend function extend (seed) { return pc(slice.call(arguments, 1), pc.cat, seed) }