UNPKG

setup-cpp

Version:

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

4 lines (3 loc) 224 B
import type { InstallationInfo } from "./setupBin.js"; /** A function that installs a package using pacman */ export declare function setupPacmanPack(name: string, version?: string, aur?: string): Promise<InstallationInfo>;