git ssb

2+

Dominic / pull-stream



Tree: 4820f821d54b2ca1d9ea1519cc0f56cd89b7fe98

Files: 4820f821d54b2ca1d9ea1519cc0f56cd89b7fe98 / 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