Rocky_Mountain_Vending/.pnpm-store/v10/files/23/14b795261bfb9e4bb14c99fade6378557e8caaee6350fa46ba77b87a31f2f0b9e9a3e500aa8077235a61b2e6ef97598dd01da7b032e2f0d2da791f7fc0847a
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
313 B
Text

export declare function setImmediateFallbackPromises<T = void>(value?: T): Promise<T>;
export declare function setImmediateFallback<TArgs extends any[]>(callback: (...args: TArgs) => void, ...args: TArgs): NodeJS.Immediate;
export declare function clearImmediateFallback(immediate: NodeJS.Immediate | undefined);