Files
klz-cables.com/.pnpm-store/v10/files/3b/37976c03ad7cec915d359afb2fd191f59de160b5af32fb47a3a1cf42e1a6515adf1723052ef3bafacc9c000a3ac2978949b5e566dee6b6a9772280a4ef67b0
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

10 lines
330 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