Rocky_Mountain_Vending/.pnpm-store/v10/files/ee/0884233d5f259204c4abf2527e95ee2aad0eb133c34de9f1bb5aaaad2d967b03ef676baac587dc16ada18edc82d053e86470d88a713ac9544f61ddae784126
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

14 lines
No EOL
367 B
Text

/**
* Helper functions to schedule and unschedule microtasks.
*/
export declare const Immediate: {
setImmediate(cb: () => void): number;
clearImmediate(handle: number): void;
};
/**
* Used for internal testing purposes only. Do not export from library.
*/
export declare const TestTools: {
pending(): number;
};
//# sourceMappingURL=Immediate.d.ts.map