Rocky_Mountain_Vending/.pnpm-store/v10/files/76/0aaf80be939842a0f09e6b31d51c7381ff0a67ca6fef09038e49070f37418587b78d0b01152aa618aa022515df894ba6949ddadcd3ee96132523e76ac50721
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

3 lines
No EOL
156 B
Text

import { SchedulerLike } from '../types';
export declare function isScheduler(value: any): value is SchedulerLike;
//# sourceMappingURL=isScheduler.d.ts.map