UNPKG

@thi.ng/rstream

Version:

Reactive streams & subscription primitives for constructing dataflow graphs / pipelines

10 lines 319 B
import type { ISubscriber } from "./api.js"; /** * Helper {@link ISubscriber} for inspection / debugging purposes. * Simply logs received values to console, optionally with given * `prefix`. * * @param prefix - */ export declare const trace: (prefix?: any) => ISubscriber<any>; //# sourceMappingURL=trace.d.ts.map