Rocky_Mountain_Vending/.pnpm-store/v10/files/92/9919bc75823867fa7b2e2e871fdeb5dffa80ddb96087ad112e119a75d2758f9aaf1cd62fa90e955e2f5ac5bf3ff92833318fd5570bf6bd4da8662493bbf10a
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
No EOL
339 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