UNPKG

setup-cpp

Version:

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

5 lines (4 loc) 204 B
import type { InstallationInfo } from "../utils/setup/setupBin.js"; export declare function setupPython(version: string, setupDir: string, arch: string): Promise<InstallationInfo & { bin: string; }>;