UNPKG

setup-cpp

Version:

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

4 lines (3 loc) 233 B
export declare function addAptRepository(repo: string, apt?: string): Promise<void>; export declare function installAddAptRepo(): Promise<void>; export declare function removeAptRepository(repo: string, apt?: string): Promise<void>;