Files: d2f2697f296dd39aed6a8b63c6d04a736a7db5b3 / node_modules / pull-stream / docs / throughs / unique.md
307 bytesRaw
pull-stream/throughs/unique
usage
unique = require('pull-stream/throughs/unique')
unique(prop)
Filter items that have a repeated value for prop()
,
by default, prop = function (it) {return it }
, if prop is a string,
it will filter nodes which have repeated values for that property.
Built with git-ssb-web