Skip to main content
Module

x/proc/mod3.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.20.33/mod3.ts";

Type signature of a transformer.

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