Files
klz-cables.com/.pnpm-store/v10/files/82/496c5f2cc93810f2045a3e2fa7c1c04e4b3b6b5a07aaabdcdc490f30fe048958e6a8af74cce86712ac9414ae079b88e42de0efb0cac940ec33a301eac247a3
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

14 lines
529 B
Plaintext

import type { Carrier } from './../carrier';
import type { AsyncContextStrategy } from './types';
/**
* @private Private API with no semver guarantees!
*
* Sets the global async context strategy
*/
export declare function setAsyncContextStrategy(strategy: AsyncContextStrategy | undefined): void;
/**
* Get the current async context strategy.
* If none has been setup, the default will be used.
*/
export declare function getAsyncContextStrategy(carrier: Carrier): AsyncContextStrategy;
//# sourceMappingURL=index.d.ts.map