Rocky_Mountain_Vending/.pnpm-store/v10/files/6b/5f5f7a69b6d3751898b801db8498d626e331b1d1ab64b52571735d0485a2e1a3c2eae7c5305b55623751c695afb26c901353990e1f8a2b5df02afa521c1517
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
244 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;
};