UNPKG

529 BTypeScriptView Raw
1import type { Carrier } from './../carrier';
2import type { AsyncContextStrategy } from './types';
3/**
4 * @private Private API with no semver guarantees!
5 *
6 * Sets the global async context strategy
7 */
8export declare function setAsyncContextStrategy(strategy: AsyncContextStrategy | undefined): void;
9/**
10 * Get the current async context strategy.
11 * If none has been setup, the default will be used.
12 */
13export declare function getAsyncContextStrategy(carrier: Carrier): AsyncContextStrategy;
14//# sourceMappingURL=index.d.ts.map
\No newline at end of file