UNPKG

setup-cpp

Version:

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

4 lines (3 loc) 225 B
import type { InstallationInfo } from "./setupBin.js"; /** A function that installs a package using choco */ export declare function setupChocoPack(name: string, version?: string, args?: string[]): Promise<InstallationInfo>;