Files
klz-cables.com/.pnpm-store/v10/files/e5/f543061b6e366948bdbe5e4603ee2c698d0e00d6ed1f73d8f37b560f7d8f93ca0b38cc748fcbe67fa7b0857072c70a4eadb66c53177c83e87d3a84cc1ce2da
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
250 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.ts.map