UNPKG

@thi.ng/transducers

Version:

Collection of ~170 lightweight, composable transducers, reducers, generators, iterators for functional data transformations

3 lines 149 B
import type { Transducer } from "./api.js"; export declare const trace: <T>(prefix?: string) => Transducer<T, T>; //# sourceMappingURL=trace.d.ts.map