Files
klz-cables.com/.pnpm-store/v10/files/ec/cc31b9f0127568e0d3ad13961ad570f9d38c86a38693ea042f24ab0b763a98d3565ba4150bc9608e044411f290e38144c8ce2e5e4f7f2e1adb48c887e9fbf4
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

11 lines
526 B
Plaintext

/// <reference types="node" />
import type { FunctionPropertyNames, FMember } from './types';
import type * as fs from 'fs';
type FS = typeof fs;
export declare function splitTwoLevels<FSObject>(functionName: FMember): [FunctionPropertyNames<FSObject> & string] | [FunctionPropertyNames<FSObject> & string, string];
export declare function indexFs<FSObject extends FS | FS['promises']>(fs: FSObject, member: FMember): {
objectToPatch: any;
functionNameToPatch: string;
};
export {};
//# sourceMappingURL=utils.d.ts.map