Rocky_Mountain_Vending/.pnpm-store/v10/files/82/dfb875af75b81793214d56a3fb5de844b792a7fccddcbd1aff424062e6de03075974110a86eb7ec66ec4cdb8c4dd87123847cd8381f69a0c117ac6f5b7e25f
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
117 B
Text

declare function hasOwn<O, K extends PropertyKey, V = unknown>(o: O, p: K): o is O & Record<K, V>;
export = hasOwn;