TreasureTrails/node_modules/effect/dist/dts/internal/fiberRuntime.d.ts

7 lines
332 B
TypeScript
Raw Permalink Normal View History

2026-03-18 09:02:21 -05:00
import type * as Effect from "../Effect.js";
import type * as Scope from "../Scope.js";
export declare const annotateLogsScoped: {
(key: string, value: unknown): Effect.Effect<void, never, Scope.Scope>;
(values: Record<string, unknown>): Effect.Effect<void, never, Scope.Scope>;
};
//# sourceMappingURL=fiberRuntime.d.ts.map