git ssb

2+

Dominic / pull-stream



Tree: 680e32e19ee15c33b5ad2e19c94d765616f983ae

Files: 680e32e19ee15c33b5ad2e19c94d765616f983ae / 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