type alias TransformerFunctionRe-exportimport { type TransformerFunction } from "https://deno.land/x/proc@0.22.1/mod.ts"; Type signature of a transformer. Type ParametersTUdefinition: (it: AsyncIterable<T>) => AsyncIterable<U>