UNPKG

@effect-ts/system

Version:

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

7 lines 308 B
import type * as T from "../../../../Effect/index.js"; import type * as C from "../core.js"; /** * Creates a stream that executes the specified effect but emits no elements. */ export declare function execute<R, E, Z>(effect: T.Effect<R, E, Z>): C.Stream<R, E, never>; //# sourceMappingURL=execute.d.ts.map