UNPKG

photocopy

Version:

Iterate anything and return a modified copy.

9 lines (5 loc) 143 B
var pc = require('../../index') module.exports = empty function empty (collection) { return pc(collection, null, undefined, pc.reduced) }