Files: f2094a0360975cb77c09e9635cf7ce2801178945 / throughs / non-unique.js
187 bytesRaw
1 | |
2 | |
3 | var unique = require('./unique') |
4 | |
5 | //passes an item through when you see it for the second time. |
6 | module.exports = function nonUnique (field) { |
7 | return unique(field, true) |
8 | } |
9 |
Built with git-ssb-web