Files
klz-cables.com/.pnpm-store/v10/files/10/610def346427cda16dee055c8528cf6d7d174b06ff5cd3b2698c9aa0d782f0bc5cb06b38e83bb354a9c17916ba04d6051f551698dcb1bfcd19bbac1d869221
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

5 lines
265 B
Plaintext

/**
* Checks and warns if a framework isn't wrapped by opentelemetry.
*/
export declare function ensureIsWrapped(maybeWrappedFunction: unknown, name: 'express' | 'connect' | 'fastify' | 'hapi' | 'koa' | 'hono'): void;
//# sourceMappingURL=ensureIsWrapped.d.ts.map