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

Type signature of a transformer.

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