Files
klz-cables.com/.pnpm-store/v10/files/a7/7a8292cdc84732b489f1f83cbb9aae25a48654e83748baab49b701272dca8dc183516b88392df72baad9479c4ab749bd51837905a82e9b3194f0c4b2c3ea7d
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

9 lines
320 B
Plaintext

/**
* 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