Files: 3761392134a6c580635137cb17b6e3d109e0eac5 / 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