UNPKG

284 BTypeScriptView Raw
1export declare const composerCmd = "composer --version";
2export declare const composerShowCmd = "composer show -p";
3export declare const pharCmd: string;
4export declare function cmdReturnsOk(cmd: any): boolean;
5export declare function execWithResult(cmd: any, basePath: any): string;