Rocky_Mountain_Vending/.pnpm-store/v10/files/95/086c982660028b909837d86ed68a84c62ed820acc94b527aec4cf71068c051b8ad69f0ba18f3f7a2d43a1e8f232a1503a7a55eace5372191c43cdb3f90ea41
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

7 lines
202 B
Text

export declare class JsonReplacer {
private readonly values;
private counter;
private stage;
createReplacer(): (key: string, value: unknown) => unknown;
replaceInJson(json: string): string;
}