Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/proc/tools/deps/proc.ts>TransformerFunction

A better way to work with processes in Deno.
Go to Latest
type alias TransformerFunction
Re-export
import { type TransformerFunction } from "https://deno.land/x/proc@0.21.4/tools/deps/proc.ts";

Type signature of a transformer.

definition: (it: AsyncIterable<T>) => AsyncIterable<U>