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>
6 lines
No EOL
547 B
Text
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 |