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

6 lines
No EOL
538 B
Text

import { ObservableInputTuple, OperatorFunction } from '../types';
/** @deprecated Replaced with {@link raceWith}. Will be removed in v8. */
export declare function race<T, A extends readonly unknown[]>(otherSources: [...ObservableInputTuple<A>]): OperatorFunction<T, T | A[number]>;
/** @deprecated Replaced with {@link raceWith}. Will be removed in v8. */
export declare function race<T, A extends readonly unknown[]>(...otherSources: [...ObservableInputTuple<A>]): OperatorFunction<T, T | A[number]>;
//# sourceMappingURL=race.d.ts.map