UNPKG

setup-cpp

Version:

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

4 lines (3 loc) 308 B
import { type ToolName } from "./tool.js"; export declare const DEFAULT_TIMEOUT: number; export declare function installTool(tool: ToolName, version: string, osVersion: number[] | null, arch: string, setupCppDir: string, successMessages: string[], errorMessages: string[], _timeout?: number): Promise<void>;