type alias TransformerFunction

Type signature of a transformer.

Type Parameters

Definition

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

Usage

import { type TransformerFunction } from ".";