UNPKG

setup-cpp

Version:

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

3 lines (2 loc) 200 B
import type { InstallationInfo } from "../utils/setup/setupBin.js"; export declare function setupChocolatey(_version: string, _setupDir: string, _arch: string): Promise<InstallationInfo | undefined>;