@effect-ts/system
Version:
Effect-TS is a zero dependency set of libraries to write highly productive, purely functional TypeScript at scale.
7 lines • 624 B
TypeScript
import * as L from "../../Layer/index.js";
import * as Random from "../../Random/index.js";
import * as Annotations from "../Annotations/index.js";
import * as Live from "../Live/index.js";
import * as TestClock from "../TestClock/index.js";
export declare const TestEnvironment: L.Layer<unknown, never, import("../../Has/index.js").Has<Annotations.Annotations> & import("../../Has/index.js").Has<Live.Live> & import("../../Has/index.js").Has<import("../../Clock/index.js").Clock> & import("../../Has/index.js").Has<TestClock.TestClock> & import("../../Has/index.js").Has<Random.Random>>;
//# sourceMappingURL=index.d.ts.map