Rocky_Mountain_Vending/.pnpm-store/v10/files/8e/7eac49b5ced545fe56ff29e4d8024af77227a1f5905b7b3ea49e337404e1185ba6b8f3ae58efa94c9fb03414add8b437273fdc3588ba99e9434b195ca3eed2
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
168 B
Text

/**
* Checks if a given element is currently visible.
*
* @param node the element to check
*/
export default function isVisible(node: HTMLElement | null): boolean;