Rocky_Mountain_Vending/.pnpm-store/v10/files/83/b89f5b3785315da7009016aabcc13bd2af5f0d2580261d01a4ee02c1e0199c4d3b1a7298f6b71d9bb66581697abe9005c52a94ba01f079c2f7d71face8c5b0
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
367 B
Text

/**
* Symbol.observable or a string "@@observable". Used for interop
*
* @deprecated We will no longer be exporting this symbol in upcoming versions of RxJS.
* Instead polyfill and use Symbol.observable directly *or* use https://www.npmjs.com/package/symbol-observable
*/
export declare const observable: string | symbol;
//# sourceMappingURL=observable.d.ts.map