@effect-ts/system
Version:
Effect-TS is a zero dependency set of libraries to write highly productive, purely functional TypeScript at scale.
7 lines • 302 B
TypeScript
import type * as T from "../../../../Effect/index.js";
import type * as C from "../core.js";
/**
* Creates a stream produced from an effect
*/
export declare function unwrap<R0, E0, R, E, A>(self: T.Effect<R0, E0, C.Stream<R, E, A>>): C.Stream<R0 & R, E0 | E, A>;
//# sourceMappingURL=unwrap.d.ts.map