@effect-ts/system
Version:
Effect-TS is a zero dependency set of libraries to write highly productive, purely functional TypeScript at scale.
7 lines • 307 B
TypeScript
import type * as M from "../../../../Managed/index.js";
import * as C from "../core.js";
/**
* Use a managed to emit an output element
*/
export declare function managedOut<R, E, A>(self: M.Managed<R, E, A>): C.Channel<R, unknown, unknown, unknown, E, A, unknown>;
//# sourceMappingURL=managedOut.d.ts.map