git ssb

2+

Dominic / pull-stream



Tree: efeaeb957c2e4f2dd28054cdb5d7b3fc44c6b654

Files: efeaeb957c2e4f2dd28054cdb5d7b3fc44c6b654 / throughs / non-unique.js

187 bytesRaw
1'use strict'
2
3var unique = require('./unique')
4
5//passes an item through when you see it for the second time.
6module.exports = function nonUnique (field) {
7 return unique(field, true)
8}
9

Built with git-ssb-web