mirror of
https://github.com/Instadapp/Swap-Aggregator-Subgraph.git
synced 2024-07-29 21:57:12 +00:00
12 lines
307 B
Markdown
12 lines
307 B
Markdown
# 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.
|