UNPKG

setup-cpp

Version:

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

4 lines (3 loc) 335 B
import { type InstallationInfo, type PackageInfo } from "../utils/setup/setupBin.js"; export declare function setupMingw(version: string, setupDir: string, arch: string): Promise<InstallationInfo | undefined>; export declare function getMinGWPackageInfo(version: string, platform: NodeJS.Platform, arch: string): Promise<PackageInfo>;