pull-looper

1.0.0 • Public • Published

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.

/pull-looper/

    Package Sidebar

    Install

    npm i pull-looper

    Weekly Downloads

    63

    Version

    1.0.0

    License

    Fair

    Last publish

    Collaborators

    • cel