UNPKG

@effect-ts/system

Version:

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

10 lines (9 loc) 258 B
import * as SK from "../../Sink/index.mjs"; import * as Run from "./run.mjs"; /** * Runs the stream and emits the number of elements processed */ export function runCount(self) { return Run.run_(self, SK.count()); } //# sourceMappingURL=runCount.mjs.map