Files
klz-cables.com/.pnpm-store/v10/files/cb/d8ff15fe29d6aecdafc43ee21dd25aa30e39d60a5106eafc0a436f13f5f08c98987aef9a19af2d8d442c8fe0f5b2e4eca2b37457e3a1543cd09809e4b8305c
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

8 lines
273 B
Plaintext

/**
* Performantly generate a unique, 30-char string by combining a version
* number, the current timestamp with a 13-digit number integer.
* @return {string}
*/
export declare const generateUniqueID: () => string;
//# sourceMappingURL=generateUniqueID.d.ts.map