Rocky_Mountain_Vending/.pnpm-store/v10/files/65/085049426357275cdd587aac272725a8ae124e6e024784043f3bbbb0694d0d099552fdcae26dcbe68c0e5bef457b927579f7cca75db3b156d708b7afa80490
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

8 lines
236 B
Text

/**
* @internal
* For test spies.
*/
export declare const timing: {
setTimeout: (cb: (...ignored: any[]) => void | unknown, ms?: number) => number;
clearTimeout: (timeoutId: string | number | undefined | unknown) => void;
};