Rocky_Mountain_Vending/.pnpm-store/v10/files/82/c998903259d975485e228d016abbccee9273b1a6122a7d625ad9c737f703a73e67d0c45fae114adac7295de3f4ae8520ed2a838bfe3ea78bf2c8af88210277
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

8 lines
No EOL
247 B
Text

/**
* A function that is possibly wrapped by Sentry.
*/
export type WrappedFunction<T extends Function = Function> = T & {
__sentry_wrapped__?: WrappedFunction<T>;
__sentry_original__?: T;
};
//# sourceMappingURL=wrappedfunction.d.ts.map