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) 249 B
import * as SK from "../../Sink/index.mjs"; import * as Run from "./run.mjs"; /** * Runs the stream and collects ignore its elements. */ export function runDrain(self) { return Run.run_(self, SK.drain()); } //# sourceMappingURL=runDrain.mjs.map