Rocky_Mountain_Vending/.pnpm-store/v10/files/63/2843b6b3972b41f47df6d772c2843e1ff595e64944e87f48ae1c4fb585525a9408847f7219618264432a94311c39cfdd03535a0f599ad8889116a6a2757fdb
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
266 B
Text

/**
* Hoists a name from a module or promised module.
*
* @param module the module to hoist the name from
* @param name the name to hoist
* @returns the value on the module (or promised module)
*/
export declare function hoist(module: any, name: string): any;