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>
8 lines
No EOL
367 B
Text
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 |