Files
klz-cables.com/.pnpm-store/v10/files/06/521284f70444d38ffc2d95bf2391bfc949b015a5491f74818505a655312bc75d0de76cfad1496c58e5ab589978393a0f9c11cc4f6a467b1a62e2dca4bb9e47
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

11 lines
321 B
Plaintext

//#region src/rest/utils/throw-if-empty.d.ts
/**
*
* @param value
* @param message
* @throws Throws an error if an empty array or string is provided
*/
declare const throwIfEmpty: (value: string | unknown[], message: string) => void;
//#endregion
export { throwIfEmpty };
//# sourceMappingURL=throw-if-empty.d.ts.map