Rocky_Mountain_Vending/.pnpm-store/v10/files/a6/402886f5e24130b8eeb8a00bdfa33c67e3c8aee6e16edd6b53efafa1f1c1b4a19d6a4de5a97ae09d88a7a50487a0e18143828ac6788f0be3a2a7a333a81f88
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
163 B
Text

/**
* https://tc39.es/ecma402/#sec-getoptionsobject
* @param options
* @returns
*/
export declare function GetOptionsObject<T extends object>(options?: T): T;