pull-stream/throughs/unique

June 12, 2016 ยท View on GitHub

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.

Contents

  1. 1usage
  2. 1.1unique = require('pull-stream/throughs/unique')
  3. 1.2unique(prop)