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 264 B
import "../../Operator/index.js"; import type { Hub } from "./Hub.js"; export declare function makeBounded<A>(requestedCapacity: number): Hub<A>; export declare function makeUnbounded<A>(): Hub<A>; export * from "./Hub.js"; //# sourceMappingURL=hubFactory.d.ts.map