git ssb

2+

Dominic / pull-stream



Tree: 6d8777ef49f6fa68005761edf9c8ceee6ba48d16

Files: 6d8777ef49f6fa68005761edf9c8ceee6ba48d16 / 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