UNPKG

snyk-php-plugin

Version:
6 lines (5 loc) 284 B
export declare const composerCmd = "composer --version"; export declare const composerShowCmd = "composer show -p"; export declare const pharCmd: string; export declare function cmdReturnsOk(cmd: any): boolean; export declare function execWithResult(cmd: any, basePath: any): string;