Rocky_Mountain_Vending/.pnpm-store/v10/files/7c/20d6ab293487c8c6f7dff512088ab70b3700e0427fefbc53e7b3d2b61022f56291f124ee9714a04b34c9e22200380205b9799ad3c708f88e8c861662dbd181
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

3 lines
No EOL
126 B
Text

export default function isDocument(element) {
return 'nodeType' in element && element.nodeType === document.DOCUMENT_NODE;
}