pull-rate

1.0.2 • Public • Published

pull-rate

track the rate of flow of a pull-stream.

var Rate = require('pull-rate')
var bytes = 0
pull(
  Rate(source, function (length) { bytes += length }),
  ...
)

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i pull-rate

Weekly Downloads

55

Version

1.0.2

License

MIT

Last publish

Collaborators

  • dominictarr