Rocky_Mountain_Vending/.pnpm-store/v10/files/f2/1ba442769a1531bbc606dbbe3e215286ff166644c11b5b1a6fe67f77554e925d2f5c5800998b8ab9955073c721f1cc753111e333ebe043a4751f5fec1618d5
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
218 B
Text

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