Files
ospab.host/node_modules/effect/dist/dts/internal/fiberRuntime.d.ts
2025-09-15 18:10:26 +03:00

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