Rocky_Mountain_Vending/.pnpm-store/v10/files/88/40f5beef56a08286b138ddf8a88799991bdde88a2b4911b499637d65db008f06a89b4c97a289c65c2027b9fa5ef7ca7503b958c920c226a69efab2415d90cf
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

2 lines
124 B
Text

import { HeaderBag } from "@smithy/types";
export declare const hasHeader: (header: string, headers: HeaderBag) => boolean;