API/api.medcify.app/node_modules/snyk/dist/lib/detect.d.ts
2022-09-26 11:41:44 +05:30

9 lines
579 B
TypeScript

import { SupportedPackageManagers } from './package-managers';
export declare const AUTO_DETECTABLE_FILES: string[];
export declare function isPathToPackageFile(path: string): boolean;
export declare function detectPackageManager(root: string, options: any): any;
export declare function localFileSuppliedButNotFound(root: any, file: any): boolean;
export declare function isLocalFolder(root: string): boolean;
export declare function detectPackageFile(root: any): string | undefined;
export declare function detectPackageManagerFromFile(file: string): SupportedPackageManagers;