Files
klz-cables.com/.pnpm-store/v10/files/78/1756aed55f25858c5589f2d4c7e9385c6235e5b963b29fd5df2d59c21b91cd6be85c32f27dae250cf10c1a34d8e49378a1c5f1fd0f0e66cefc412e00241838
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

11 lines
576 B
Plaintext

import type { Context } from '@opentelemetry/api';
import { AbstractAsyncHooksContextManager } from './abstract-async-hooks-context-manager';
export declare class AsyncLocalStorageContextManager extends AbstractAsyncHooksContextManager {
private _asyncLocalStorage;
constructor();
active(): Context;
with<A extends unknown[], F extends (...args: A) => ReturnType<F>>(context: Context, fn: F, thisArg?: ThisParameterType<F>, ...args: A): ReturnType<F>;
enable(): this;
disable(): this;
}
//# sourceMappingURL=async-local-storage-context-manager.d.ts.map