Rocky_Mountain_Vending/.pnpm-store/v10/files/a7/7a8292cdc84732b489f1f83cbb9aae25a48654e83748baab49b701272dca8dc183516b88392df72baad9479c4ab749bd51837905a82e9b3194f0c4b2c3ea7d
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

9 lines
No EOL
320 B
Text

/**
* Shallow merge two objects.
* Does not mutate the passed in objects.
* Undefined/empty values in the merge object will overwrite existing values.
*
* By default, this merges 2 levels deep.
*/
export declare function merge<T>(initialObj: T, mergeObj: T, levels?: number): T;
//# sourceMappingURL=merge.d.ts.map