Rocky_Mountain_Vending/.pnpm-store/v10/files/2d/3debd6bf0393b8d39eb460512c2398522efd75184069174b1f8547027fc12d50259c445357915c1b14d2a6e3a4c54362ea1ea364bfa79efe4b671926bba502
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

7 lines
194 B
Text

/**
* Checks if a given element matches a selector.
*
* @param node the element
* @param selector the selector
*/
export default function matches(node: Element, selector: string): boolean;