UNPKG

snyk-php-plugin

Version:
15 lines (14 loc) 404 B
export declare const composerCmd: { command: string; args: string[]; }; export declare const composerShowCmd: { command: string; args: string[]; }; export declare const pharCmd: { command: string; args: string[]; }; export declare function cmdReturnsOk(cmd: any, args?: string[]): boolean; export declare function execWithResult(cmd: any, basePath: any, args?: string[]): string;