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

6 lines
No EOL
202 B
Text

/**
* Tests to see if the object is "thennable".
* @param value the object to test
*/
export declare function isPromise(value: any): value is PromiseLike<any>;
//# sourceMappingURL=isPromise.d.ts.map