Rocky_Mountain_Vending/.pnpm-store/v10/files/6e/72d1ead755cc8c8fcd93d9eff2fab89330115239e959aa69137b55ad94cae88aa30738d106e03014df76deb9160dcf7b16710f42cfbe45d7d614434bc89fe6
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
136 B
Text

import type { Normalizer } from './normalizer';
export declare function wrapNormalizerFn(fn: (pathname: string) => string): Normalizer;