Rocky_Mountain_Vending/.pnpm-store/v10/files/44/279cc80824fc3038c306156f3b6cfa69a58f0ae3f8dae7574be5cedf23a4bd1213e15f7a9447f1a4ff98eeb2c9029225d81d839ec988cc889c7d7735c88f8c
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
156 B
Text

export declare const isMatchWithOptions: import("./types.js").FPFn3<
boolean,
import("../isMatch.js").IsMatchOptions | undefined,
string,
string
>;