Rocky_Mountain_Vending/.pnpm-store/v10/files/b3/d798040edac7dcaf5a6efa86050ab82bbe413bb3ca6a6e7b3c6b046213d83a211e7159a9dbc5df09410ecb2634f5e6df5479d3ccd7a54c1b88c78c81fbf6a6
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
252 B
Text

import { HeaderBag } from "@smithy/types";
/**
* Returns true if header with headerPrefix is present in headers.
* Comparisons are case-insensitive.
*/
export declare const hasHeaderWithPrefix: (headerPrefix: string, headers: HeaderBag) => boolean;