git ssb

2+

Dominic / pull-stream



Tree: 3584caaf3ca81314dcd4b0437ecbf1b538ab973d

Files: 3584caaf3ca81314dcd4b0437ecbf1b538ab973d / 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