Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.15/mod3.ts";

Parameters

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

Returns

AsyncIterableIterator<U>