7 lines
332 B
TypeScript
7 lines
332 B
TypeScript
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
|