Rocky_Mountain_Vending/.pnpm-store/v10/files/fa/623f21e3ec8189b57126d14c7273ee57325e74f6168fc717240e52ba3dd612e58536673d066b621f50ed692b862ee06d50c3832c3b15c2ce9f9926f54f4dc6
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

5 lines
No EOL
408 B
Text

import { Observable } from '../Observable';
import { MonoTypeOperatorFunction, OperatorFunction, TruthyTypesOf } from '../types';
export declare function single<T>(predicate: BooleanConstructor): OperatorFunction<T, TruthyTypesOf<T>>;
export declare function single<T>(predicate?: (value: T, index: number, source: Observable<T>) => boolean): MonoTypeOperatorFunction<T>;
//# sourceMappingURL=single.d.ts.map