Files: 6d8777ef49f6fa68005761edf9c8ceee6ba48d16 / 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