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
15 lines
534 B
Plaintext
15 lines
534 B
Plaintext
import { Carrier } from './../carrier';
|
|
import { 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
|