UNPKG

@effect-ts/system

Version:

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

3 lines 357 B
import type * as C from "../core.js"; export declare function mergeAllUnbounded<Env, InErr, InElem, InDone, OutErr, OutElem>(channels: C.Channel<Env, InErr, InElem, InDone, OutErr, C.Channel<Env, InErr, InElem, InDone, OutErr, OutElem, any>, any>): C.Channel<Env, InErr, InElem, InDone, OutErr, OutElem, any>; //# sourceMappingURL=mergeAllUnbounded.d.ts.map