Rocky_Mountain_Vending/.pnpm-store/v10/files/92/0003c9d8869659f6b0efbc997442e291908dbe67e3aa14cf9933658e6213478632ef45f898c0d3e2f0479c3bbc00f21dd41f0f8fbfa75d27c426b4fa71c917
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
599 B
Text

import { ObservableInputTuple, OperatorFunction } from '../types';
export declare function onErrorResumeNextWith<T, A extends readonly unknown[]>(sources: [...ObservableInputTuple<A>]): OperatorFunction<T, T | A[number]>;
export declare function onErrorResumeNextWith<T, A extends readonly unknown[]>(...sources: [...ObservableInputTuple<A>]): OperatorFunction<T, T | A[number]>;
/**
* @deprecated Renamed. Use {@link onErrorResumeNextWith} instead. Will be removed in v8.
*/
export declare const onErrorResumeNext: typeof onErrorResumeNextWith;
//# sourceMappingURL=onErrorResumeNextWith.d.ts.map