Rocky_Mountain_Vending/.pnpm-store/v10/files/a9/fe80869480522b6b994f98019586f7281d5ec60cd099ae02ad4d4a02f1c6e8ac637a95ad587bf5aa75d206ff0f47722f8b63ccd1d002fb28e7e0247a357687
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
No EOL
196 B
Text

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