Files
klz-cables.com/.pnpm-store/v10/files/77/d6f3af658b59fc9eef9bc0412afafad0f15cbb51cbc052aa4d6d6b21342b04632b90ac8eb80c72c40811c3f77e5e3eb0fc12239d0bb086e550ed3e54a93194
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
251 B
Plaintext

//#region src/realtime/utils/sleep.d.ts
/**
* Wait for a certain amount of ms
* @param delay number in MS
* @returns void
*/
declare const sleep: (delay: number) => Promise<void>;
//#endregion
export { sleep };
//# sourceMappingURL=sleep.d.cts.map