Skip to content

Instantly share code, notes, and snippets.

@jfet97
Last active December 7, 2018 13:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jfet97/4bd980115d5e8f58144bd40256be7076 to your computer and use it in GitHub Desktop.
Save jfet97/4bd980115d5e8f58144bd40256be7076 to your computer and use it in GitHub Desktop.
ex4
const { pipe } = require('agh');
(async function IIAFE() {
// pipe(inputStream, outputStream [, ...asyncGenerators]);
// it returns the outputStream
await pipe(misteriousStream, process.stdout, onlyOddPleaseGen, plusOneGen);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment