Swap-Aggregator-Subgraph/node_modules/pull-stream/docs/sources/count.md
2022-07-03 07:27:35 +05:30

223 B

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