Files
2026-04-26 19:42:42 +02:00

7 lines
332 B
TypeScript
Executable File

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