UNPKG

setup-cpp

Version:

Install all the tools required for building and testing C++/C projects.

3 lines (2 loc) 328 B
export declare function setupPowershell(version: string, setupDir: string, arch: string): Promise<import("../utils/setup/setupBin.js").InstallationInfo>; export declare function setupPowershellSystem(version: string | undefined, _setupDir: string, _arch: string): Promise<import("../utils/setup/setupBin.js").InstallationInfo>;