Rocky_Mountain_Vending/.pnpm-store/v10/files/cf/eacde3c8ccadff05be0dcc8d3f75e99ac7ce427a93dd816b2590c371c03ffba6eae21959dec57994c5a6c2c2e262d03c8b0eae7c53ef31939d3d466d5fc4ff
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
147 B
Text

/**
* Returns the owner window of a given element.
*
* @param node the element
*/
export default function ownerWindow(node?: Element): Window;