Rocky_Mountain_Vending/.pnpm-store/v10/files/f4/2f9c58488bffd0d46ed19198ef7ad745b41b3c61026f9317fe55f6745267f575d2f9e6f556cd90122c66fbbf4ae904ec121ba8c1e3421116c8b0c7816a6cbe
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

6 lines
198 B
Text

import { Span } from '@opentelemetry/api';
/**
* Returns the currently active span.
*/
export declare function getActiveSpan(): Span | undefined;
//# sourceMappingURL=getActiveSpan.d.ts.map