Rocky_Mountain_Vending/.pnpm-store/v10/files/aa/1456a0e30f349b0030e0fe599bac6ba2ace03b4e247c3233b16144748433f71551ca85f9dd6a73f614f9f499c93f8bae1e1051fb53c5aa84cda203fe20d9ce
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

9 lines
No EOL
416 B
Text

import { Observable } from '../Observable';
import { SchedulerLike } from '../types';
/**
* Used in {@link scheduled} to create an observable from an Iterable.
* @param input The iterable to create an observable from
* @param scheduler The scheduler to use
*/
export declare function scheduleIterable<T>(input: Iterable<T>, scheduler: SchedulerLike): Observable<T>;
//# sourceMappingURL=scheduleIterable.d.ts.map