Rocky_Mountain_Vending/.pnpm-store/v10/files/7e/e8bd7e7f1b8c4e95531cdc44c2cca66549b816a1e88ef129cb1dc9ee044488a3c459247ebee73bd3d5c73562bd08e8d714382a0330f43671cb291fed0686d1
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

13 lines
353 B
Text

/**
* Patch toString calls to return proper name for wrapped functions.
*
* ```js
* Sentry.init({
* integrations: [
* functionToStringIntegration(),
* ],
* });
* ```
*/
export declare const functionToStringIntegration: () => import("../types-hoist/integration").Integration;
//# sourceMappingURL=functiontostring.d.ts.map