Files
klz-cables.com/.pnpm-store/v10/files/ca/0ad3ea53e49e95bc8abee0615a8e11f6df6656b33108a740102b4c158369058fce1db2f22e0efc9f596b8ff1bbdd12f5aa8a8fa4660b740da71a0a4ae891b3
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

12 lines
583 B
Plaintext

import { 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