pull-looper

v1.0.0
unwind the stack while reading recursively from a pull-stream
pull-stream

pull-looper

Wrap a pull-stream so that it can be read from with deep recursion without triggering a RangeError. Uses looper.

Usage: Just stick the module in a pull-stream pipeline. Example:

var pull = require('pull-stream')
var pullLooper = require('pull-looper')

pull(
  ...,
  pullLooper,
  ...
)

License

Copyright (c) 2017 @cel

Usage of the works is permitted provided that this instrument is retained with the works, so that any entity that uses the works is notified of this instrument.

DISCLAIMER: THE WORKS ARE WITHOUT WARRANTY.

npm i pull-looper

Metadata

  • Fair
  • Whatever
  • cel
  • released 6/8/2017

Downloads

Maintainers