npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

pipe-then

1.0.0

@vdemedes

npmHomeRepoSnykSocket
Downloads:0
$ npm install pipe-then
DailyWeeklyMonthlyYearly

pipe-then

Stream piping for generator/promise-based projects

Installation

$ npm install pipe-then --save

Usage

const pipe = require('pipe-then');

yield pipe(sourceStream, targetStream);

Tests

None yet, but it should work.

License

pipe-then is released under the MIT license.