Rocky_Mountain_Vending/.pnpm-store/v10/files/fb/8625dc20865b993e2ecc191590927b5b4d09c9ea69b46ab1e28966072902db2807e7cd377167dd39f7d91bd721ae0e6e0e56e76b7530c7123324b44f637ffb
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

5 lines
No EOL
256 B
Text

/**
* Checks and warns if a framework isn't wrapped by opentelemetry.
*/
export declare function ensureIsWrapped(maybeWrappedFunction: unknown, name: 'express' | 'connect' | 'fastify' | 'hapi' | 'koa'): void;
//# sourceMappingURL=ensureIsWrapped.d.ts.map