Files
klz-cables.com/.pnpm-store/v10/files/21/4b1e04f4ed034403118adf166d3130f750075b6e59a7ada0cca0fd1c8199a2c7eb720625db993827f0d33c8a5bba1bd5cb33cb6e64c8e81046a85c91bf48ad
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 {
supportedVersions: string[];
patch: (moduleExports: any, moduleVersion?: string) => any;
unpatch: (moduleExports?: any, moduleVersion?: string) => void;
name: string;
constructor(name: string, supportedVersions: string[], patch: (moduleExports: any, moduleVersion?: string) => any, unpatch: (moduleExports?: any, moduleVersion?: string) => void);
}
//# sourceMappingURL=instrumentationNodeModuleFile.d.ts.map