setup-cpp
Version:
Install all the tools required for building and testing C++/C projects.
9 lines (8 loc) • 424 B
TypeScript
export declare function brewPackNameAndVersion(name: string, version: string | undefined): string;
/**
* Get the installation directory of a package
* @param name The name of the package
* @param nameAndVersion The name and version of the package
* @returns The installation directory of the package
*/
export declare function brewPackInstallDir(name: string, version: string | undefined): Promise<string | undefined>;