Rocky_Mountain_Vending/.pnpm-store/v10/files/91/a9df510fca3da68d1873ca86f9e7b3b6672cfde65cb2da01814d143af46677c29bce98a9a320356cf65d20789926dc5a57c4681b0fc2a8e524a12f7f19cf1e
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

4 lines
No EOL
269 B
Text

import { InteropObservable } from '../types';
/** Identifies an input as being Observable (but not necessary an Rx Observable) */
export declare function isInteropObservable(input: any): input is InteropObservable<any>;
//# sourceMappingURL=isInteropObservable.d.ts.map