Rocky_Mountain_Vending/.pnpm-store/v10/files/20/a15cc147e65ffbe84591851504fb902422b888ea7d149a77e5872bc7e841ec6e8e760db2daeaaff0cdb110c8e0b423559991d9114cf9d159d4c63493e88ec5
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
262 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