git ssb

2+

Dominic / pull-stream



Tree: d48c65ac71736fb2bc9e028edad34616a98ee895

Files: d48c65ac71736fb2bc9e028edad34616a98ee895 / docs / sources / count.md

223 bytesRaw

pull-stream/sources/count

usage

count = require('pull-stream/sources/count')

count(max, onAbort)

create a stream that outputs 0 ... max. by default, max = Infinity, see take

Built with git-ssb-web