UNPKG

@effect-ts/system

Version:

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

8 lines 380 B
import type * as HS from "../../../../Has/index.js"; import type * as C from "../core.js"; /** * Accesses the specified service in the environment of the stream in the * context of a stream. */ export declare function serviceWithStream<T>(s: HS.Tag<T>): <R, E, A>(f: (t: T) => C.Stream<R, E, A>) => C.Stream<HS.Has<T> & R, E, A>; //# sourceMappingURL=serviceWithStream.d.ts.map