UNPKG

@effect-ts/system

Version:

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

6 lines 207 B
// ets_tracing: off import * as C from "../core.mjs"; export function concatAll(channels) { return C.concatAllWith_(channels, (_, __) => void 0, (_, __) => void 0); } //# sourceMappingURL=concatAll.mjs.map