pull-looper
v1.0.0
Published
unwind the stack while reading recursively from a pull-stream
Downloads
631
Readme
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.