git ssb

2+

Dominic / pull-stream



Tree: 3761392134a6c580635137cb17b6e3d109e0eac5

Files: 3761392134a6c580635137cb17b6e3d109e0eac5 / docs / throughs / take.md

390 bytesRaw

pull-stream/throughs/take

usage

take = require('pull-stream/throughs/take')

take(test [, opts])

If test is a function, read data from the source stream and forward it downstream until test(data) returns false.

If opts.last is set to true, the data for which the test failed will be included in what is forwarded.

If test is an integer, take n item from the source.

Built with git-ssb-web