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 285 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 effect. */ export declare function service<T>(s: HS.Tag<T>): C.Stream<HS.Has<T>, never, T>; //# sourceMappingURL=service.d.ts.map