UNPKG

@effect-ts/system

Version:

Effect-TS is a zero dependency set of libraries to write highly productive, purely functional TypeScript at scale.

7 lines 293 B
import type * as T from "../../../../Effect/index.js"; import type * as C from "../core.js"; /** * Runs the stream and emits the number of elements processed */ export declare function runCount<R, E, A>(self: C.Stream<R, E, A>): T.Effect<R, E, number>; //# sourceMappingURL=runCount.d.ts.map