UNPKG

setup-cpp

Version:

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

10 lines (9 loc) 219 B
/** * Check if nala is installed */ export declare function hasNala(): boolean; /** * Get the apt command to use * If nala is installed, use that, otherwise use apt-get */ export declare function getApt(): string;