UNPKG

setup-cpp

Version:

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

5 lines (4 loc) 96 B
/** * Check if the current platform is Alpine */ export declare function isAlpine(): boolean;