Files
klz-cables.com/.pnpm-store/v10/files/3d/e32cd1735c266057564ec3c2534d47ae48799522c28ef6749a71db878859239258c2194a5b587e334b5f4cd7c6298bc04f733049f88bdb0285d6d69dc5acb0
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

9 lines
571 B
Plaintext

import { InstrumentationModuleFile } from './types';
export declare class InstrumentationNodeModuleFile implements InstrumentationModuleFile {
name: string;
supportedVersions: string[];
patch: (moduleExports: any, moduleVersion?: string) => any;
unpatch: (moduleExports?: any, moduleVersion?: string) => void;
constructor(name: string, supportedVersions: string[], patch: (moduleExports: any, moduleVersion?: string) => any, unpatch: (moduleExports?: any, moduleVersion?: string) => void);
}
//# sourceMappingURL=instrumentationNodeModuleFile.d.ts.map