Rocky_Mountain_Vending/.pnpm-store/v10/files/3b/37976c03ad7cec915d359afb2fd191f59de160b5af32fb47a3a1cf42e1a6515adf1723052ef3bafacc9c000a3ac2978949b5e566dee6b6a9772280a4ef67b0
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
330 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