Rocky_Mountain_Vending/.pnpm-store/v10/files/1a/89e5a206fbe35249333dbb4b4f2822d7bbc3638c7942772fb1826296cb619b008d464df08ab835226537cecf93289f40ba89648e7f30686d479b7bab6018d1
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
547 B
Text

import { Observable } from '../Observable';
import { MonoTypeOperatorFunction, ObservableInput } from '../types';
/** @deprecated The `subscriptionDelay` parameter will be removed in v8. */
export declare function delayWhen<T>(delayDurationSelector: (value: T, index: number) => ObservableInput<any>, subscriptionDelay: Observable<any>): MonoTypeOperatorFunction<T>;
export declare function delayWhen<T>(delayDurationSelector: (value: T, index: number) => ObservableInput<any>): MonoTypeOperatorFunction<T>;
//# sourceMappingURL=delayWhen.d.ts.map