Rocky_Mountain_Vending/.pnpm-store/v10/files/5b/571e790f66b4a13362032109ec7be4128ae2c5b532eb1e93518531eeeb66b036c4a75fe908f95959a32a704318f3d74f69340fa061d2d7514598d270be0228
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
329 B
Text

import { Observable } from '../Observable';
import { ObservableInput, OperatorFunction, ObservedValueOf } from '../types';
export declare function catchError<T, O extends ObservableInput<any>>(selector: (err: any, caught: Observable<T>) => O): OperatorFunction<T, T | ObservedValueOf<O>>;
//# sourceMappingURL=catchError.d.ts.map