UNPKG

setup-cpp

Version:

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

4 lines (3 loc) 199 B
import { type InstallationInfo } from "../utils/setup/setupBin.js"; /** Setup infer */ export declare function setupInfer(version: string, setupDir: string, arch: string): Promise<InstallationInfo>;