Skip to main content
Module

x/proc/mod3.ts>pipeThrough

A high-level way to run child processes that is easy, flexible, powerful, and prevents resource leaks.
Go to Latest
function pipeThrough
import { pipeThrough } from "https://deno.land/x/proc@0.20.17/mod3.ts";

Parameters

src: AsyncIterable<T>
transform: (item: T) => U | Promise<U>

Returns

AsyncIterableIterator<U>