kefir-count

1.0.0 • Public • Published

kefir-count

count the number of values that come over a kefir stream

get back a kefir stream of counts

installation

npm install kefir-count

usage

count = require('kefir-count')
count(sensorReadings.throttle(50))
count.log()
// > 1
// > 2
// > 3
// > ...

license

MIT

Readme

Keywords

Package Sidebar

Install

npm i kefir-count

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • elsehow