Files
klz-cables.com/.pnpm-store/v10/files/1f/51964e8b0e92b533a9151f3a36cc58eeb9e77d56b8dbf7f61fe4fad76a9287af16ffcc1d7d41b64e753d200aeb5356bb2e6c520d56ef17d2bacf6b54ca2a80
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

7 lines
240 B
Plaintext

type Options = {
extension?: string;
name?: string;
};
export declare const temporaryFileTask: (callback: (temporaryPath: string) => Promise<any>, options?: Options) => Promise<any>;
export {};
//# sourceMappingURL=tempFile.d.ts.map