Files: 4c7ae55ea2df8d52977d122b65825b9350020303 / docs / throughs / filter.md
248 bytesRaw
pull-stream/throughs/filter
usage
filter = require('pull-stream/throughs/filter')
filter(test)
Like [].filter(function (data) {return true || false})
only data
where test(data) == true
are let through
to the next stream.
Built with git-ssb-web