Rocky_Mountain_Vending/.pnpm-store/v10/files/02/5cd5439d63e0075670689740d8f8dc4f60828047630b20952713026a65bf8e00207ad4f51533848b81ea080ec99b6ed33a7871797b93204f51e84aba28bc80
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

10 lines
No EOL
236 B
Text

declare function setToStringTag(
object: object & { [Symbol.toStringTag]?: unknown },
value: string | unknown,
options?: {
force?: boolean;
nonConfigurable?: boolean;
},
): void;
export = setToStringTag;