Rocky_Mountain_Vending/.pnpm-store/v10/files/e3/c46e9e87612350f8cfffb982502f545a965d80c6f533766cebfe462da1b57ef20dd968b2ce45c200eef2a155467d96969f59dce8b03d480def3543b24ad2c3
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

14 lines
534 B
Text

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